1
0
Fork 0
arangodb/arangod/Aql
Willi Goesgens 93ff2652e1 Walker: add possibility to enter Subqueries on the way in
NodeClone: don't clone the subquery reference list, we don't need them.
2014-10-15 14:59:06 +02:00
..
AqlItemBlock.cpp fixed reading run lengths with empty values 2014-10-07 14:04:12 +02:00
AqlItemBlock.h Start transplantation of _varOverview to ExecutionNodes. 2014-09-30 16:44:01 +02:00
AqlValue.cpp
AqlValue.h
Arithmetic.h fixed tests 2014-10-14 13:20:10 +02:00
Ast.cpp removed optimization for range node 2014-10-14 13:22:04 +02:00
Ast.h removed optimization for range node 2014-10-14 13:22:04 +02:00
AstNode.cpp fixed tests 2014-10-14 13:20:10 +02:00
AstNode.h fixed tests 2014-10-14 13:20:10 +02:00
BindParameters.cpp
BindParameters.h
Collection.cpp activated if-statement 2014-10-06 10:40:04 +02:00
Collection.h activated if-statement 2014-10-06 10:40:04 +02:00
Collections.h
ExecutionBlock.cpp finished first version of DistributeBlock/Node. 2014-10-15 10:53:09 +01:00
ExecutionBlock.h finished first version of DistributeBlock/Node. 2014-10-15 10:53:09 +01:00
ExecutionEngine.cpp Walker: add possibility to enter Subqueries on the way in 2014-10-15 14:59:06 +02:00
ExecutionEngine.h fixed cloning of plans 2014-10-07 12:00:37 +02:00
ExecutionNode.cpp Walker: add possibility to enter Subqueries on the way in 2014-10-15 14:59:06 +02:00
ExecutionNode.h finished first version of DistributeBlock/Node. 2014-10-15 10:53:09 +01:00
ExecutionPlan.cpp changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
ExecutionPlan.h Don't add intermediate calculationnodes for LET-statements to forward the results of subqueries. Instead adjust the outvariable of the subquerynode. 2014-10-10 17:00:49 +02:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp fixed tests 2014-10-14 13:20:10 +02:00
Executor.h
Expression.cpp fixed tests 2014-10-14 13:20:10 +02:00
Expression.h
Function.cpp
Function.h
Functions.cpp
Functions.h
Index.h do not crash when using an index 2014-10-01 16:16:38 +02:00
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp adding distribute-in-cluster optimizer rule. 2014-10-14 10:19:27 +01:00
Optimizer.h adding distribute-in-cluster optimizer rule. 2014-10-14 10:19:27 +01:00
OptimizerRules.cpp finished first version of DistributeBlock/Node. 2014-10-15 10:53:09 +01:00
OptimizerRules.h adding distribute-in-cluster optimizer rule. 2014-10-14 10:19:27 +01:00
Parser.cpp
Parser.h
Query.cpp fixed tests 2014-10-14 13:20:10 +02:00
Query.h fixed tests 2014-10-14 13:20:10 +02:00
QueryRegistry.cpp fixed some bugs in distributed plan instanciation 2014-09-30 15:19:44 +02:00
QueryRegistry.h fixed some bugs in distributed plan instanciation 2014-09-30 15:19:44 +02:00
QueryResult.h
RangeInfo.cpp
RangeInfo.h
RestAqlHandler.cpp fixed compile warning 2014-10-09 10:52:08 +02:00
RestAqlHandler.h shutdown transactions 2014-10-06 11:23:39 +02:00
Scopes.cpp
Scopes.h
Types.cpp
Types.h
V8Expression.cpp
V8Expression.h
Variable.cpp
Variable.h
VariableGenerator.cpp fixed some transaction threading errors 2014-10-06 18:39:01 +02:00
VariableGenerator.h Cluster Communication: serialize a global set of the currently available variables. 2014-10-02 13:15:02 +02:00
WalkerWorker.h Walker: add possibility to enter Subqueries on the way in 2014-10-15 14:59:06 +02:00
grammar.cpp
grammar.h
grammar.y
tokens.cpp
tokens.ll