1
0
Fork 0
arangodb/arangod/Aql
Jan Steemann ae5f454bfc added unary operator 2014-09-19 17:46:36 +02:00
..
AqlItemBlock.cpp fixed tons of compile errors in VS 2014-09-15 12:04:49 +02:00
AqlItemBlock.h Fix memory leak, AqlValues must be destroyed explicitly. 2014-09-02 15:19:21 +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
Ast.cpp added NOT IN operator, added keywords NOT, AND, OR 2014-09-14 01:34:58 +02:00
Ast.h the great rename 2014-09-13 00:10:11 +02:00
AstNode.cpp added unary operator 2014-09-19 17:46:36 +02:00
AstNode.h Try to add a human readable representation to an expression if it throws. 2014-09-15 16:44:55 +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.h some more asserts 2014-08-22 17:57:47 +02:00
Collections.h removed "old" AQL function 2014-09-11 13:56:15 +02:00
ExecutionBlock.cpp Remove debugging output. 2014-09-19 13:00:46 +02:00
ExecutionBlock.h Restructure who has Ast and ExecutionPlan. 2014-09-12 14:44:20 +02:00
ExecutionEngine.cpp Instanciate expressions for variable bounds. 2014-09-11 14:28:38 +02:00
ExecutionEngine.h Instanciate expressions for variable bounds. 2014-09-11 14:28:38 +02:00
ExecutionNode.cpp optimizer rule for scatter / gather 2014-09-17 17:29:36 +02:00
ExecutionNode.h optimizer rule for scatter / gather 2014-09-17 17:29:36 +02:00
ExecutionPlan.cpp changed node detection for cluster 2014-09-18 13:21:58 +02:00
ExecutionPlan.h changed node detection for cluster 2014-09-18 13:21:58 +02:00
ExecutionStats.cpp pass ExecutionEngine to ExecutionBlock, added stats for ExecutionEngine 2014-08-21 12:33:13 +02:00
ExecutionStats.h pass ExecutionEngine to ExecutionBlock, added stats for ExecutionEngine 2014-08-21 12:33:13 +02:00
Executor.cpp fixed tons of compile errors in VS 2014-09-15 12:04:49 +02:00
Executor.h the great rename 2014-09-13 00:10:11 +02:00
Expression.cpp added unary operator 2014-09-19 17:46:36 +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 backwards iteration, not yet working 2014-09-17 00:40:24 +02:00
Indexes.h fixed compiler errors, and working on IndexRangeNode. 2014-08-18 14:12:00 +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 compile warning 2014-09-19 09:05:52 +02:00
Optimizer.h fixed compile warning 2014-09-19 09:05:52 +02:00
OptimizerRules.cpp remove subqueries that produce results that are not used in a query 2014-09-18 23:03:43 +02:00
OptimizerRules.h remove subqueries that produce results that are not used in a query 2014-09-18 23:03:43 +02:00
Parser.cpp Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into mmh 2014-09-11 14:31:13 +02:00
Parser.h fixed handling of ranges 2014-08-12 14:00:51 +02:00
Query.cpp reserve more memory for result set 2014-09-19 12:45:08 +02:00
Query.h fixed compile warning 2014-09-19 09:05:52 +02:00
QueryRegistry.cpp Add QueryRegistry. 2014-09-18 16:50:59 +02:00
QueryRegistry.h Add QueryRegistry. 2014-09-18 16:50:59 +02:00
QueryResult.h added `profile` option 2014-09-19 01:02:39 +02:00
RangeInfo.cpp fixed ranges 2014-09-16 15:48:33 +02:00
RangeInfo.h fixed ranges 2014-09-16 15:48:33 +02:00
RestAqlHandler.cpp Some more code for HTTP API for AQL. 2014-09-19 16:49:55 +02:00
RestAqlHandler.h Set up relevant HTTP methods for AQL. 2014-09-19 14:28:54 +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 removed unused code 2014-09-17 11:25:06 +02:00
VariableGenerator.cpp using emplace 2014-08-23 00:48:39 +02:00
VariableGenerator.h fixed optimizer bug due to duplicate variable representation 2014-08-20 14:18:33 +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