1
0
Fork 0
arangodb/arangod/Aql
James 362dc083cc Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-14 09:22:20 +01: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 use SimpleExpression for more types of expressions 2014-09-19 17:40:47 +02:00
AqlValue.h use SimpleExpression for more types of expressions 2014-09-19 17:40:47 +02:00
Arithmetic.h changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
Ast.cpp changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
Ast.h changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
AstNode.cpp changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
AstNode.h changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
BindParameters.cpp the great rename 2014-09-13 00:10:11 +02:00
BindParameters.h the great rename 2014-09-13 00:10:11 +02:00
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 removed "old" AQL function 2014-09-11 13:56:15 +02:00
ExecutionBlock.cpp proper initialisation and shutdown of distribute block. 2014-10-10 08:31:19 +01:00
ExecutionBlock.h proper initialisation and shutdown of distribute block. 2014-10-10 08:31:19 +01:00
ExecutionEngine.cpp Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-08 10:26:19 +01:00
ExecutionEngine.h fixed cloning of plans 2014-10-07 12:00:37 +02:00
ExecutionNode.cpp proper toJsonHelper method for DistributeNode. 2014-10-14 09:21:40 +01:00
ExecutionNode.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
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 disabled optimization due to failing tests 2014-09-19 19:30:57 +02:00
ExecutionStats.h added some query statistics 2014-09-19 18:47:33 +02:00
Executor.cpp added FIND_FIRST, not yet documented 2014-10-10 18:57:57 +02:00
Executor.h the great rename 2014-09-13 00:10:11 +02:00
Expression.cpp when de-serializing nodes don't create new variables, but look up the ones we already have. 2014-10-06 11:55:11 +02:00
Expression.h the great rename 2014-09-13 00:10:11 +02:00
Function.cpp Styleguide cleanup: "initialize" 2014-09-09 11:49:44 +02:00
Function.h Styleguide cleanup: "initialize" 2014-09-09 11:49:44 +02:00
Functions.cpp basic C++ implementations for dedicated AQL functions 2014-08-28 01:24:42 +02:00
Functions.h fixed tons of compile errors in VS 2014-09-15 12:04:49 +02:00
Index.h do not crash when using an index 2014-10-01 16:16:38 +02:00
ModificationOptions.cpp We missed to output the modification options vector. 2014-09-16 18:25:41 +02:00
ModificationOptions.h We missed to output the modification options vector. 2014-09-16 18:25:41 +02:00
NodeFinder.cpp Add explicit namespace for template specialisation. 2014-09-18 23:32:33 +02:00
NodeFinder.h changed node detection for cluster 2014-09-18 13:21:58 +02:00
Optimizer.cpp fixed tests for remove-unnecessary-remote-scatter and undistribute-remove-after-enum-coll, renamed distributeInCluster to scatterInCluster. 2014-10-09 08:45:34 +01:00
Optimizer.h fixed tests for remove-unnecessary-remote-scatter and undistribute-remove-after-enum-coll, renamed distributeInCluster to scatterInCluster. 2014-10-09 08:45:34 +01:00
OptimizerRules.cpp changed AQL optimizer to not throw 2014-10-14 10:14:40 +02:00
OptimizerRules.h fixed tests for remove-unnecessary-remote-scatter and undistribute-remove-after-enum-coll, renamed distributeInCluster to scatterInCluster. 2014-10-09 08:45:34 +01:00
Parser.cpp removed unused instance variable 2014-09-23 13:14:53 +02:00
Parser.h removed unused instance variable 2014-09-23 13:14:53 +02:00
Query.cpp added comment to Query.cpp about comparison of serialised/deserialised plans. 2014-10-10 10:23:59 +01:00
Query.h fixed some transaction threading errors 2014-10-06 18:39:01 +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 added `profile` option 2014-09-19 01:02:39 +02:00
RangeInfo.cpp Change _equality detection. 2014-09-22 08:40:21 +02:00
RangeInfo.h Fix problems with variable bounds. 2014-09-22 23:30:22 +02:00
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 using emplace 2014-08-23 00:48:39 +02:00
Scopes.h fixed handling of ranges 2014-08-12 14:00:51 +02:00
Types.cpp moved AqlValue to its own file 2014-08-08 19:46:20 +02:00
Types.h use RANGE AqlValue type 2014-09-11 11:56:40 +02:00
V8Expression.cpp the great rename 2014-09-13 00:10:11 +02:00
V8Expression.h moved AqlValue to its own file 2014-08-08 19:46:20 +02:00
Variable.cpp removed unused code 2014-09-17 11:25:06 +02:00
Variable.h Enable node* clone functions to produce deep copies which live on a specified query. 2014-09-30 14:09:12 +02:00
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 Restructure who has Ast and ExecutionPlan. 2014-09-12 14:44:20 +02:00
grammar.cpp added derived files 2014-09-15 09:46:56 +02:00
grammar.h added derived files 2014-09-15 09:46:56 +02:00
grammar.y added NOT IN operator, added keywords NOT, AND, OR 2014-09-14 01:34:58 +02:00
tokens.cpp fixed compile warning 2014-09-19 09:22:55 +02:00
tokens.ll fixed reporting error position in queries with newlines 2014-09-15 18:17:20 +02:00