1
0
Fork 0
arangodb/arangod/Aql
Willi Goesgens e2732ccccc Refactor ExecutionBlock - move all methods into the cpp file. 2014-08-14 10:53:10 +02:00
..
AqlItemBlock.cpp Further bugfixes with AqlItemBlock and AqlValue allocations. 2014-08-12 15:52:27 +02:00
AqlItemBlock.h Fix problems with empty AqlValues in hashes. 2014-08-12 15:35:49 +02:00
AqlValue.cpp properly stringify _from and _to attributes using CollectionNameResolver 2014-08-13 15:59:56 +02:00
AqlValue.h properly stringify _from and _to attributes using CollectionNameResolver 2014-08-13 15:59:56 +02:00
Ast.cpp added more node types 2014-08-14 10:23:53 +02:00
Ast.h optimize away function calls with const arguments 2014-08-06 17:15:36 +02:00
AstNode.cpp added RemoveNode 2014-08-14 09:39:58 +02:00
AstNode.h added simple expressions 2014-08-13 14:22:14 +02:00
BindParameters.cpp fixed handling of bind parameters 2014-08-12 11:52:17 +02:00
BindParameters.h fixed handling of bind parameters 2014-08-12 11:52:17 +02:00
Collection.h
Collections.h
ExecutionBlock.cpp Refactor ExecutionBlock - move all methods into the cpp file. 2014-08-14 10:53:10 +02:00
ExecutionBlock.h Refactor ExecutionBlock - move all methods into the cpp file. 2014-08-14 10:53:10 +02:00
ExecutionEngine.cpp added more node types 2014-08-14 10:23:53 +02:00
ExecutionEngine.h tweaking ExecutionEngine initialisation. 2014-08-13 16:24:31 +02:00
ExecutionNode.cpp added more node types 2014-08-14 10:23:53 +02:00
ExecutionNode.h added override specifier 2014-08-14 10:32:41 +02:00
ExecutionPlan.cpp fixed bug 2014-08-14 10:29:54 +02:00
ExecutionPlan.h more estimateCost. 2014-08-13 18:28:22 +02:00
Expression.cpp Implement Simple Expression evaluation for Arrays. 2014-08-13 18:28:22 +02:00
Expression.h added simple expressions 2014-08-13 14:22:14 +02:00
Function.cpp stringification of function parameters 2014-08-07 11:44:22 +02:00
Function.h stringification of function parameters 2014-08-07 11:44:22 +02:00
Parser.cpp fixed handling of ranges 2014-08-12 14:00:51 +02:00
Parser.h fixed handling of ranges 2014-08-12 14:00:51 +02:00
Query.cpp tweaking ExecutionEngine initialisation. 2014-08-13 16:24:31 +02:00
Query.h
QueryResult.h
Scopes.cpp fixed crash in parser 2014-08-08 15:09:59 +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 fixed enumeration over empty docvec 2014-08-12 16:53:58 +02:00
V8Executor.cpp added special compare function to take into account floating point differences 2014-08-12 19:14:13 +02:00
V8Executor.h working on the tests. 2014-08-08 16:51:59 +02:00
V8Expression.cpp added simple expressions 2014-08-13 14:22:14 +02:00
V8Expression.h moved AqlValue to its own file 2014-08-08 19:46:20 +02:00
Variable.cpp
Variable.h Make iterator [*] internal variables need no register. 2014-08-11 13:47:23 +02:00
VariableGenerator.cpp aggregate! 2014-08-08 18:56:41 +02:00
VariableGenerator.h aggregate! 2014-08-08 18:56:41 +02:00
WalkerWorker.h fixed parser errors 2014-08-08 20:12:10 +02:00
grammar.y fixed handling of ranges 2014-08-12 14:00:51 +02:00
tokens.cpp
tokens.ll