jsteemann
|
ecd7de16cb
|
added optimizer rule "inline-subqueries"
|
2016-04-15 17:21:22 +02:00 |
jsteemann
|
4a7c9f0f68
|
simplified bloated comments
|
2016-04-09 11:27:30 +02:00 |
Jan Steemann
|
8b281b0538
|
repaired explain
|
2016-03-11 16:38:01 +01:00 |
Michael Hackstein
|
f32750e1ac
|
Removed obsolete toJson from AQL Nodes
|
2016-02-16 10:29:38 +01:00 |
Michael Hackstein
|
f767636f14
|
Added a toVelocyPack serialisation to all Aql Nodes and their dependencies. Right now in parallel to toJson.
|
2016-02-16 00:04:32 +01:00 |
jsteemann
|
2d7323a560
|
fixed warnings shown by clang-3.7
|
2016-01-31 02:17:36 +01:00 |
jsteemann
|
df68e95e06
|
some useful methods
|
2016-01-29 00:09:55 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
Jan Steemann
|
687d6133f0
|
comments reformatting
|
2016-01-11 09:52:39 +01:00 |
jsteemann
|
50c0e18d53
|
removed useless con|destructor comments
|
2016-01-07 21:19:53 +01:00 |
Jan Steemann
|
ad1163e3bb
|
refactoring for Aql COLLECT
|
2016-01-07 13:35:12 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
jsteemann
|
50947dfae3
|
apply "sort-in-values" optimization for certain subqueries too
|
2015-12-23 00:44:47 +01:00 |
jsteemann
|
600c48375d
|
added optimizer rule `sort-in-values`
|
2015-12-13 23:33:44 +01:00 |
Jan Steemann
|
d572f3ed03
|
Merge branch 'aql-multi-modify' of https://github.com/arangodb/arangodb into devel
|
2015-12-03 11:38:30 +01:00 |
hkernbach
|
6d25ac57e9
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-12-01 11:25:58 +01:00 |
jsteemann
|
49af794f5d
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify
|
2015-12-01 01:56:46 +01:00 |
jsteemann
|
e7e00e95c1
|
some cleanup
|
2015-12-01 01:26:27 +01:00 |
jsteemann
|
37f72fa721
|
micro optimizations
|
2015-11-30 19:37:58 +01:00 |
jsteemann
|
cb62c657e0
|
initial commit
|
2015-11-18 17:46:19 +01:00 |
Wilfried Goesgens
|
92ad802bd6
|
Cache Graphs inside of the Query object
- split Graph clas into Aql/Graphs
- cleanup includes
|
2015-11-11 13:52:33 +01:00 |
Wilfried Goesgens
|
327b408a22
|
Start implementing early filtering of paths to exclude from the result
|
2015-10-28 12:37:13 +01:00 |
Wilfried Goesgens
|
dae95de667
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-10-21 14:54:01 +02:00 |
Jan Steemann
|
197be68f7d
|
removed IndexRange*
|
2015-10-13 15:12:32 +02:00 |
Jan Steemann
|
deb0a132ae
|
rewrite of optimizer rule `use-index-for-sort`
|
2015-10-13 15:00:09 +02:00 |
Jan Steemann
|
e71ff5a4f5
|
cppcheck
|
2015-09-30 16:50:57 +02:00 |
Jan Steemann
|
91e8884518
|
added AggregateNode.*
|
2015-09-30 15:55:38 +02:00 |
Jan Steemann
|
50fa5a2138
|
added SortNode file
|
2015-09-30 15:42:48 +02:00 |
Jan Steemann
|
9041b7b2c9
|
file split
|
2015-09-30 15:29:32 +02:00 |
Jan Steemann
|
d99f7a498d
|
moved index nodes to their own files
|
2015-09-30 15:13:49 +02:00 |
Jan Steemann
|
b5cf8ce942
|
moved cluster nodes out of ExecutionNode.*
|
2015-09-30 14:51:11 +02:00 |
Jan Steemann
|
6405c82a32
|
removed global reverse-flag for IndexNode. this flag has to be moved into the separate indexes used by the node
|
2015-09-30 14:14:41 +02:00 |
Michael Hackstein
|
e35ea8995e
|
Fixed used after free of condition node. Cloned the Condition AST whie handing it over. Still get a double free exception. IndexNodeis now handled.
|
2015-09-29 09:13:08 +02:00 |
Michael Hackstein
|
1e9c6f110b
|
Started implementing the IndexBlock. Right now it expects an iterator for each used index that is created by an evaluated expression from the Block. Then it will go through all iterators in every get/skip some step
|
2015-09-28 19:30:10 +02:00 |
Jan Steemann
|
abc87b2d5f
|
added IndexNode stub
|
2015-09-25 13:40:51 +02:00 |
Michael Hackstein
|
1941b7f880
|
Added a new IndexNode does not compile yet
|
2015-09-25 13:18:43 +02:00 |
Michael Hackstein
|
1a7f414c16
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-09-18 12:21:39 +02:00 |
Frank Celler
|
c4d1fff729
|
new traversal
|
2015-09-18 10:40:28 +02:00 |
CoDEmanX
|
b4593a7e82
|
Change spelling of 'initialize' to American English (comments and log messages only)
|
2015-09-01 17:07:21 +02:00 |
Max Neunhoeffer
|
ff135a10ad
|
Add some overrides to silence a clang compiler warning.
|
2015-08-19 14:46:06 +02:00 |
Jan Steemann
|
2d8777bc6c
|
make the optimizer create less plans
|
2015-07-30 00:07:32 +02:00 |
Jan Steemann
|
4912ce3200
|
fix cluster startup
|
2015-07-29 12:55:06 +02:00 |
Jan Steemann
|
cdfdec9244
|
save some overhead when walking plans
|
2015-07-28 11:44:34 +02:00 |
Jan Steemann
|
ead280afe5
|
added DISTINCT
|
2015-07-24 13:19:55 +02:00 |
Jan Steemann
|
c6d5f7d775
|
use move
|
2015-07-23 10:30:49 +02:00 |
Jan Steemann
|
ce31550a9f
|
fix variable naming in COLLECT INTO results in case the COLLECT is placed in a subquery which itself is followed by other constructs that require variables
|
2015-06-19 13:00:49 +02:00 |
Jan Steemann
|
d2fef98c02
|
renamed internal function
|
2015-06-03 18:24:24 +02:00 |