1
0
Fork 0
arangodb/arangod/Aql
jsteemann 840df0bf09 Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify 2015-12-03 10:16:59 +01:00
..
AggregateBlock.cpp
AggregateBlock.h added AggregateNode.* 2015-09-30 15:55:38 +02:00
AggregateNode.cpp applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
AggregateNode.h added AggregateNode.* 2015-09-30 15:55:38 +02:00
AggregationOptions.cpp
AggregationOptions.h
AqlItemBlock.cpp micro optimizations 2015-11-30 19:37:58 +01:00
AqlItemBlock.h
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp initial commit 2015-11-18 17:46:19 +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 initial commit 2015-11-18 17:46:19 +01:00
Ast.h merge multiple ORs 2015-10-19 17:28:43 +02:00
AstNode.cpp micro optimizations 2015-11-30 19:37:58 +01:00
AstNode.h removed dependency on vector.h 2015-11-19 01:41:42 +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 applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
ClusterBlocks.h Fix AQL query shutdown in cluster. 2015-11-30 14:24:31 +01:00
ClusterNodes.cpp fixed non-deterministic query results in some cluster queries 2015-11-30 13:01:57 +01:00
ClusterNodes.h Fix AQL query shutdown in cluster. 2015-11-30 14:24:31 +01:00
Collection.cpp micro optimizations 2015-11-30 19:37:58 +01:00
Collection.h less header dependencies 2015-10-13 17:00:59 +02: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 some cleanup 2015-12-01 01:26:27 +01:00
Condition.h sort conditions with INs 2015-10-19 13:27:20 +02:00
ConditionFinder.cpp micro optimizations 2015-11-30 19:37: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
ExecutionEngine.cpp Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2015-12-02 14:48:04 +01:00
ExecutionEngine.h
ExecutionNode.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify 2015-12-01 01:56:46 +01:00
ExecutionNode.h Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify 2015-12-01 01:56:46 +01:00
ExecutionPlan.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify 2015-12-02 16:38:50 +01:00
ExecutionPlan.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp allow calling AQL functions that require collection name arguments with string values 2015-12-02 18:20:21 +01:00
Executor.h
Expression.cpp micro optimizations 2015-11-30 19:37:58 +01:00
Expression.h fixed undefined behavior 2015-11-19 00:16:00 +01:00
Function.cpp
Function.h
Functions.cpp issue #1593: add POW() AQL function 2015-12-02 15:41:30 +01:00
Functions.h issue #1593: add POW() AQL function 2015-12-02 15:41:30 +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 We picked the Executionnode from the plan to a local variable, we can use it later on. 2015-10-26 13:52:32 +01:00
IndexBlock.h removed some dependencies 2015-10-23 00:15:07 +02: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 file split 2015-09-30 15:29:32 +02:00
ModificationNodes.h some cleanup 2015-12-01 01:26:27 +01:00
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp micro optimizations 2015-11-30 19:37:58 +01:00
Optimizer.h micro optimizations 2015-11-30 19:37:58 +01:00
OptimizerRules.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify 2015-12-02 16:38:50 +01:00
OptimizerRules.h remove-filter-covered-by-indexes rewrite 2015-10-13 17:59:40 +02:00
Parser.cpp initial commit 2015-11-18 17:46:19 +01:00
Parser.h
Query.cpp small modifications, temporarily disabled interchange-adjacent-enumerations 2015-10-02 19:53:35 +02:00
Query.h
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 Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-multi-modify 2015-12-01 01:56:46 +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 added SortNode file 2015-09-30 15:42:48 +02:00
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 added SortNode file 2015-09-30 15:42:48 +02:00
SubqueryBlock.cpp some cleanup 2015-12-01 01:26:27 +01:00
SubqueryBlock.h
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 applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
grammar.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
grammar.y initial commit 2015-11-18 17:46:19 +01:00
tokens.cpp
tokens.ll
types.h