1
0
Fork 0
arangodb/arangod/Aql
Willi Goesgens 5e75ec8bb5 Expression:
- add function isSimpleAccessReference() to check whether it is a coll.attr.attr
 - add function getAccessNRef() to retrieve pair("attr.attr", "coll"),
SortIndex optimizer:
 - use the new functionality to get better readable code.
rename indexes -> indices
2014-08-26 17:26:46 +02:00
..
AqlItemBlock.cpp using emplace 2014-08-23 00:48:39 +02:00
AqlItemBlock.h Implement clear unneeded registers. 2014-08-22 17:00:53 +02:00
AqlValue.cpp using emplace 2014-08-23 00:48:39 +02:00
AqlValue.h optimizations for list expressions 2014-08-20 11:19:28 +02:00
Ast.cpp using emplace 2014-08-23 00:48:39 +02:00
Ast.h less verbose AST dumps in AQL_PARSE 2014-08-21 13:08:21 +02:00
AstNode.cpp fixed ambigious method JsonHelper::getStringValue 2014-08-22 21:53:29 +02:00
AstNode.h Optimizers: start implementing the sorting via indexes. 2014-08-22 16:48:52 +02:00
BindParameters.cpp using emplace 2014-08-23 00:48:39 +02:00
BindParameters.h fixed handling of bind parameters 2014-08-12 11:52:17 +02:00
Collection.h some more asserts 2014-08-22 17:57:47 +02:00
Collections.h using emplace 2014-08-23 00:48:39 +02:00
ExecutionBlock.cpp Walker: the process of walking now is aborted if the before-hook returns true. 2014-08-25 15:48:21 +02:00
ExecutionBlock.h Walker: the process of walking now is aborted if the before-hook returns true. 2014-08-25 15:48:21 +02:00
ExecutionEngine.cpp cloned EnumerateCollectionBlock into IndexRangeBlock 2014-08-22 10:16:32 +02:00
ExecutionEngine.h pass ExecutionEngine to ExecutionBlock, added stats for ExecutionEngine 2014-08-21 12:33:13 +02:00
ExecutionNode.cpp Expression: 2014-08-26 17:26:46 +02:00
ExecutionNode.h Expression: 2014-08-26 17:26:46 +02:00
ExecutionPlan.cpp Walker: the process of walking now is aborted if the before-hook returns true. 2014-08-25 15:48:21 +02:00
ExecutionPlan.h Implement clear unneeded registers. 2014-08-22 17:00:53 +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
Expression.cpp Expression: 2014-08-26 17:26:46 +02:00
Expression.h Expression: 2014-08-26 17:26:46 +02:00
Function.cpp Json de/serialization 2014-08-19 16:09:37 +02:00
Function.h Json de/serialization 2014-08-19 16:09:37 +02:00
Index.h finding index in CalculationNodeFinder. 2014-08-20 11:38:02 +02:00
Indexes.h fixed compiler errors, and working on IndexRangeNode. 2014-08-18 14:12:00 +02:00
ModificationOptions.cpp add ModificationOptions CPP-File 2014-08-19 16:11:54 +02:00
ModificationOptions.h Json de/serialization 2014-08-19 16:09:37 +02:00
Optimizer.cpp Walker: the process of walking now is aborted if the before-hook returns true. 2014-08-25 15:48:21 +02:00
Optimizer.h using emplace 2014-08-23 00:48:39 +02:00
OptimizerRules.cpp Expression: 2014-08-26 17:26:46 +02:00
OptimizerRules.h Optimizers: start implementing the sorting via indexes. 2014-08-22 16:48:52 +02:00
Parser.cpp less verbose AST dumps in AQL_PARSE 2014-08-21 13:08:21 +02:00
Parser.h fixed handling of ranges 2014-08-12 14:00:51 +02:00
Query.cpp removing debug output and commenting out useIndexRange. 2014-08-25 13:12:19 +02:00
Query.h added AQL_EXPLAIN() 2014-08-22 09:51:48 +02:00
QueryResult.h pass ExecutionEngine to ExecutionBlock, added stats for ExecutionEngine 2014-08-21 12:33:13 +02:00
RangeInfo.cpp deserialising of IndexRangeNode almost completed. 2014-08-22 16:17:10 +02:00
RangeInfo.h making the arguments of IndexRangeNode more general. 2014-08-25 15:11: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 optimizations for list expressions 2014-08-20 11:19:28 +02:00
V8Executor.cpp fixed creation of subqueries from JSON input 2014-08-19 18:51:11 +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 fixed ambigious method JsonHelper::getStringValue 2014-08-22 21:53:29 +02:00
Variable.h remove unused AST optimization code 2014-08-20 12:42:59 +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 Walker: the process of walking now is aborted if the before-hook returns true. 2014-08-25 15:48:21 +02:00
grammar.y fixed handling of ranges 2014-08-12 14:00:51 +02:00
tokens.cpp implementation of update/replace (update not yet merging old attributes) 2014-08-18 12:34:27 +02:00
tokens.ll implementation of update/replace (update not yet merging old attributes) 2014-08-18 12:34:27 +02:00