1
0
Fork 0
arangodb/arangod/Aql
Max Neunhoeffer 0198b4576b Merge branch 'devel' into ClustUp1 2015-12-15 20:40:52 +01:00
..
AggregateBlock.cpp
AggregateBlock.h
AggregateNode.cpp added TRAVERSAL nodes for optimization checks 2015-12-03 15:25:16 +01:00
AggregateNode.h
AggregationOptions.cpp
AggregationOptions.h
AqlItemBlock.cpp micro optimizations 2015-11-30 19:37:58 +01:00
AqlItemBlock.h
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp fixes 2015-12-11 13:29:18 +01:00
AqlValue.h removed unused method 2015-11-03 10:19:31 +01:00
Arithmetic.h fixed author 2015-10-30 13:59:04 +01:00
Ast.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
Ast.h fixes for traversal and multi-modify 2015-12-08 14:50:05 +01:00
AstNode.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
AstNode.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
AttributeAccessor.cpp
AttributeAccessor.h
BasicBlocks.cpp
BasicBlocks.h
BindParameters.cpp micro optimizations 2015-11-30 19:37:58 +01:00
BindParameters.h
CalculationBlock.cpp
CalculationBlock.h
ClusterBlocks.cpp The ClusterComm C++11 revolution. 2015-12-11 23:26:10 +01:00
ClusterBlocks.h The ClusterComm C++11 revolution. 2015-12-11 23:26:10 +01:00
ClusterNodes.cpp Merge branch 'devel' into ClustUp1 2015-12-04 23:06:11 +01:00
ClusterNodes.h fixed some cluster queries 2015-12-04 17:07:36 +01:00
Collection.cpp Fix bug in client tests. 2015-12-09 23:13:26 +01:00
Collection.h Change data structures for collections in Agency. 2015-12-04 15:08:47 +01:00
CollectionScanner.cpp Improved skip in Enumerate collection 2015-10-22 16:22:56 +02:00
CollectionScanner.h Improved skip in Enumerate collection 2015-10-22 16:22:56 +02:00
Collections.cpp less header dependencies 2015-10-13 17:00:59 +02:00
Collections.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
Condition.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
Condition.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
ConditionFinder.cpp Merge branch 'devel' of github.com:arangodb/arangodb into JHMH 2015-12-01 11:25:58 +01:00
ConditionFinder.h The use-indexes rule will nw be used and explained if it created NoResult Nodes 2015-10-15 17:01:41 +02:00
EnumerateCollectionBlock.cpp Improved skip in Enumerate collection 2015-10-22 16:22:56 +02:00
EnumerateCollectionBlock.h Improved skip in Enumerate collection 2015-10-22 16:22:56 +02:00
EnumerateListBlock.cpp cppcheck 2015-10-15 01:32:25 +02:00
EnumerateListBlock.h cppcheck 2015-10-15 01:32:25 +02:00
ExecutionBlock.cpp
ExecutionBlock.h Start implementing early filtering of paths to exclude from the result 2015-10-28 12:37:13 +01:00
ExecutionEngine.cpp Fix ClusterComm library w.r.t. pointers. 2015-12-14 11:22:30 +01:00
ExecutionEngine.h
ExecutionNode.cpp Merge branch 'devel' into ClustUp1 2015-12-14 11:26:10 +01:00
ExecutionNode.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
ExecutionPlan.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
ExecutionPlan.h Merge branch 'devel' of github.com:arangodb/arangodb into JHMH 2015-12-03 10:19:17 +01:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Executor.h
Expression.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
Expression.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
Function.cpp
Function.h
Functions.cpp fixed undefined variable warning 2015-12-15 20:12:50 +01:00
Functions.h issue #1593: add POW() AQL function 2015-12-02 15:41:30 +01:00
Graphs.cpp fixes 2015-12-11 13:29:18 +01:00
Graphs.h Cache Graphs inside of the Query object 2015-11-11 13:52:33 +01:00
Index.cpp The cluster will not ask any other index than Skiplist or Hash if it can serve for condition. All others can only be used by functions and use different ways. 2015-10-27 16:36:19 +01:00
Index.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
IndexBlock.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
IndexBlock.h Start implementing early filtering of paths to exclude from the result 2015-10-28 12:37:13 +01:00
IndexNode.cpp less header dependencies 2015-10-13 17:00:59 +02:00
IndexNode.h rewrite of optimizer rule `use-index-for-sort` 2015-10-13 15:00:09 +02:00
ModificationBlocks.cpp removed unused method 2015-11-03 10:19:31 +01:00
ModificationBlocks.h less header dependencies 2015-10-13 17:00:59 +02:00
ModificationNodes.cpp
ModificationNodes.h some cleanup 2015-12-01 01:26:27 +01:00
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
Optimizer.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
OptimizerRules.cpp dont optimize in certain cases when its useless 2015-12-14 00:12:14 +01:00
OptimizerRules.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
Parser.cpp initial commit 2015-11-18 17:46:19 +01:00
Parser.h
Query.cpp Implement tests for de/serializing of TraversalNodes. 2015-12-14 18:07:04 +01:00
Query.h Implement tests for de/serializing of TraversalNodes. 2015-12-14 18:07:04 +01:00
QueryCache.cpp
QueryCache.h
QueryList.cpp micro optimizations 2015-11-30 19:37:58 +01:00
QueryList.h
QueryRegistry.cpp micro optimizations 2015-11-30 19:37:58 +01:00
QueryRegistry.h
QueryResult.h
QueryResultV8.h
Range.cpp
Range.h
RestAqlHandler.cpp
RestAqlHandler.h
Scopes.cpp added comment 2015-12-07 16:26:54 +01:00
Scopes.h initial commit 2015-11-18 17:46:19 +01:00
ShortStringStorage.cpp
ShortStringStorage.h
SortBlock.cpp micro optimizations 2015-11-30 19:37:58 +01:00
SortBlock.h
SortCondition.cpp rewrite of optimizer rule `use-index-for-sort` 2015-10-13 15:00:09 +02:00
SortCondition.h rewrite of optimizer rule `use-index-for-sort` 2015-10-13 15:00:09 +02:00
SortNode.cpp applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
SortNode.h
SubqueryBlock.cpp some cleanup 2015-12-01 01:26:27 +01:00
SubqueryBlock.h
TraversalBlock.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
TraversalBlock.h Windows fixes 2015-12-03 15:00:19 +01:00
TraversalConditionFinder.cpp added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
TraversalConditionFinder.h fixes 2015-12-11 13:29:18 +01:00
TraversalNode.cpp Implement tests for de/serializing of TraversalNodes. 2015-12-14 18:07:04 +01:00
TraversalNode.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
V8Expression.cpp
V8Expression.h
Variable.cpp
Variable.h cleanup 2015-10-20 11:44:01 +02:00
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp updated grammar file 2015-12-03 23:26:28 +01:00
grammar.h updated keywords list 2015-12-03 12:11:52 +01:00
grammar.y updated grammar file 2015-12-03 23:26:28 +01:00
tokens.cpp updated keywords list 2015-12-03 12:11:52 +01:00
tokens.ll updated keywords list 2015-12-03 12:11:52 +01:00
types.h