.. |
AqlItemBlock.cpp
|
added free function
|
2014-08-21 13:45:22 +02:00 |
AqlItemBlock.h
|
…
|
|
AqlValue.cpp
|
optimizations for list expressions
|
2014-08-20 11:19:28 +02:00 |
AqlValue.h
|
optimizations for list expressions
|
2014-08-20 11:19:28 +02:00 |
Ast.cpp
|
less verbose AST dumps in AQL_PARSE
|
2014-08-21 13:08:21 +02:00 |
Ast.h
|
less verbose AST dumps in AQL_PARSE
|
2014-08-21 13:08:21 +02:00 |
AstNode.cpp
|
less verbose AST dumps in AQL_PARSE
|
2014-08-21 13:08:21 +02:00 |
AstNode.h
|
Optimizers: start implementing the sorting via indexes.
|
2014-08-22 16:48:52 +02:00 |
BindParameters.cpp
|
…
|
|
BindParameters.h
|
…
|
|
Collection.h
|
implemented insert node
|
2014-08-15 18:12:33 +02:00 |
Collections.h
|
fixed de-serialization
|
2014-08-21 10:02:30 +02:00 |
ExecutionBlock.cpp
|
use index nodes
|
2014-08-22 13:53:01 +02:00 |
ExecutionBlock.h
|
cloned EnumerateCollectionBlock into IndexRangeBlock
|
2014-08-22 10:16:32 +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
|
finished deserialising of IndexRangeNode.
|
2014-08-22 16:57:34 +02:00 |
ExecutionNode.h
|
Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2
|
2014-08-22 16:19:01 +02:00 |
ExecutionPlan.cpp
|
Optimizers: start implementing the sorting via indexes.
|
2014-08-22 16:48:52 +02:00 |
ExecutionPlan.h
|
Fix linkage bug.
|
2014-08-21 16:54:52 +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
|
fixed optimizer bug due to duplicate variable representation
|
2014-08-20 14:18:33 +02:00 |
Expression.h
|
Optimizers: start implementing the sorting via indexes.
|
2014-08-22 16:48:52 +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
|
Optimizers: start implementing the sorting via indexes.
|
2014-08-22 16:48:52 +02:00 |
Optimizer.h
|
add plans!
|
2014-08-22 10:44:19 +02:00 |
OptimizerRules.cpp
|
Optimizers: start implementing the sorting via indexes.
|
2014-08-22 16:48:52 +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
|
…
|
|
Query.cpp
|
Optimizers: start implementing the sorting via indexes.
|
2014-08-22 16:48:52 +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
|
finished deserialising of IndexRangeNode.
|
2014-08-22 16:57:34 +02:00 |
Scopes.cpp
|
…
|
|
Scopes.h
|
…
|
|
Types.cpp
|
…
|
|
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
|
…
|
|
V8Expression.cpp
|
added simple expressions
|
2014-08-13 14:22:14 +02:00 |
V8Expression.h
|
…
|
|
Variable.cpp
|
remove unused AST optimization code
|
2014-08-20 12:42:59 +02:00 |
Variable.h
|
remove unused AST optimization code
|
2014-08-20 12:42:59 +02:00 |
VariableGenerator.cpp
|
fixed optimizer bug due to duplicate variable representation
|
2014-08-20 14:18:33 +02:00 |
VariableGenerator.h
|
fixed optimizer bug due to duplicate variable representation
|
2014-08-20 14:18:33 +02:00 |
WalkerWorker.h
|
Make WalkerWorker a template class.
|
2014-08-14 15:04:59 +02:00 |
grammar.y
|
…
|
|
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 |