.. |
AggregateBlock.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
AggregateBlock.h
|
…
|
|
AggregateNode.cpp
|
added TRAVERSAL nodes for optimization checks
|
2015-12-03 15:25:16 +01:00 |
AggregateNode.h
|
…
|
|
AggregationOptions.cpp
|
…
|
|
AggregationOptions.h
|
…
|
|
AqlItemBlock.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
AqlItemBlock.h
|
…
|
|
AqlItemBlockManager.cpp
|
…
|
|
AqlItemBlockManager.h
|
…
|
|
AqlValue.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 10:59:30 +01:00 |
AqlValue.h
|
removed unused method
|
2015-11-03 10:19:31 +01:00 |
Arithmetic.h
|
fixed author
|
2015-10-30 13:59:04 +01:00 |
Ast.cpp
|
Adjust TODOs.
|
2015-12-23 15:07:01 +01:00 |
Ast.h
|
Remove a TODO.
|
2015-12-23 15:07:35 +01:00 |
AstNode.cpp
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
AstNode.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-18 23:33:44 +01:00 |
AttributeAccessor.cpp
|
Updated AQL to class verison of TRI_col_info_t
|
2015-12-16 11:38:33 +01:00 |
AttributeAccessor.h
|
…
|
|
BasicBlocks.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
BasicBlocks.h
|
…
|
|
BindParameters.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 12:31:14 +01:00 |
BindParameters.h
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
CalculationBlock.cpp
|
…
|
|
CalculationBlock.h
|
…
|
|
ClusterBlocks.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
ClusterBlocks.h
|
The ClusterComm C++11 revolution.
|
2015-12-11 23:26:10 +01:00 |
ClusterNodes.cpp
|
Fix shared_ptr<CONTAINER> direct-use in for bug.
|
2015-12-16 10:29:23 +01:00 |
ClusterNodes.h
|
fixed some cluster queries
|
2015-12-04 17:07:36 +01:00 |
Collection.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 10:59:30 +01:00 |
Collection.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 10:59:30 +01:00 |
CollectionScanner.cpp
|
Improved skip in Enumerate collection
|
2015-10-22 16:22:56 +02:00 |
CollectionScanner.h
|
Improved skip in Enumerate collection
|
2015-10-22 16:22:56 +02:00 |
Collections.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
Collections.h
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
Condition.cpp
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
Condition.h
|
added optimizer rule `sort-in-values`
|
2015-12-13 23:33:44 +01:00 |
ConditionFinder.cpp
|
removed some leftover iostream includes
|
2015-12-21 18:20:43 +01:00 |
ConditionFinder.h
|
simplifications
|
2015-12-18 23:54:14 +01:00 |
EnumerateCollectionBlock.cpp
|
Improved skip in Enumerate collection
|
2015-10-22 16:22:56 +02:00 |
EnumerateCollectionBlock.h
|
Improved skip in Enumerate collection
|
2015-10-22 16:22:56 +02:00 |
EnumerateListBlock.cpp
|
…
|
|
EnumerateListBlock.h
|
…
|
|
ExecutionBlock.cpp
|
\0 fix
|
2015-12-17 12:28:16 +01:00 |
ExecutionBlock.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-04 13:47:08 +01:00 |
ExecutionEngine.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-12-16 11:44:56 +01:00 |
ExecutionEngine.h
|
…
|
|
ExecutionNode.cpp
|
apply "sort-in-values" optimization for certain subqueries too
|
2015-12-23 00:44:47 +01:00 |
ExecutionNode.h
|
apply "sort-in-values" optimization for certain subqueries too
|
2015-12-23 00:44:47 +01:00 |
ExecutionPlan.cpp
|
Improved stability of AQL Traverser. Also added checks for illegal edge cases
|
2015-12-18 16:17:09 +01:00 |
ExecutionPlan.h
|
optimizer simplifications
|
2015-12-21 01:43:16 +01:00 |
ExecutionStats.cpp
|
More VPackObjectBuilder usages.
|
2015-12-21 15:22:19 +01:00 |
ExecutionStats.h
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
Executor.cpp
|
changed behavior of [*] operator, added COLLECTION_COUNT internal function
|
2015-12-22 18:03:59 +01:00 |
Executor.h
|
…
|
|
Expression.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-22 18:05:35 +01:00 |
Expression.h
|
added optimizer rule `sort-in-values`
|
2015-12-13 23:33:44 +01:00 |
Function.cpp
|
…
|
|
Function.h
|
…
|
|
Functions.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-22 18:05:35 +01:00 |
Functions.h
|
changed behavior of [*] operator, added COLLECTION_COUNT internal function
|
2015-12-22 18:03:59 +01:00 |
Graphs.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
Graphs.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
Index.cpp
|
pass transaction to index APIs
|
2015-11-25 14:42:29 +01:00 |
Index.h
|
Merge branch 'devel' into vpack
|
2015-12-21 16:06:45 +01:00 |
IndexBlock.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
IndexBlock.h
|
Start implementing early filtering of paths to exclude from the result
|
2015-10-28 12:37:13 +01:00 |
IndexNode.cpp
|
…
|
|
IndexNode.h
|
…
|
|
ModificationBlocks.cpp
|
Updated AQL to class verison of TRI_col_info_t
|
2015-12-16 11:38:33 +01:00 |
ModificationBlocks.h
|
…
|
|
ModificationNodes.cpp
|
…
|
|
ModificationNodes.h
|
some cleanup
|
2015-12-01 01:26:27 +01:00 |
ModificationOptions.cpp
|
…
|
|
ModificationOptions.h
|
…
|
|
NodeFinder.cpp
|
…
|
|
NodeFinder.h
|
…
|
|
Optimizer.cpp
|
Remove unused code.
|
2015-12-23 15:06:41 +01:00 |
Optimizer.h
|
Remove unused code.
|
2015-12-23 15:06:41 +01:00 |
OptimizerRules.cpp
|
Remove unused code.
|
2015-12-23 15:06:41 +01:00 |
OptimizerRules.h
|
Remove unused code.
|
2015-12-23 15:06:41 +01:00 |
Parser.cpp
|
initial commit
|
2015-11-18 17:46:19 +01:00 |
Parser.h
|
…
|
|
Query.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
Query.h
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2016-01-05 00:25:10 +01:00 |
QueryCache.cpp
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-17 10:59:30 +01:00 |
QueryCache.h
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
QueryList.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
QueryList.h
|
removed several includes from Common.h
|
2015-11-25 12:21:55 +01:00 |
QueryRegistry.cpp
|
Merge branch 'devel' into vpack
|
2015-12-23 08:35:59 +01:00 |
QueryRegistry.h
|
…
|
|
QueryResult.h
|
velocypack update
|
2015-11-19 13:28:40 +01:00 |
QueryResultV8.h
|
…
|
|
Range.cpp
|
…
|
|
Range.h
|
…
|
|
RestAqlHandler.cpp
|
added work monitor
|
2016-01-04 15:33:06 +01:00 |
RestAqlHandler.h
|
…
|
|
Scopes.cpp
|
make_unique
|
2015-12-16 11:36:35 +01:00 |
Scopes.h
|
initial commit
|
2015-11-18 17:46:19 +01:00 |
ShortStringStorage.cpp
|
…
|
|
ShortStringStorage.h
|
…
|
|
SortBlock.cpp
|
micro optimizations
|
2015-11-30 19:37:58 +01:00 |
SortBlock.h
|
…
|
|
SortCondition.cpp
|
…
|
|
SortCondition.h
|
…
|
|
SortNode.cpp
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
SortNode.h
|
…
|
|
SubqueryBlock.cpp
|
Continue work on TODOs.
|
2015-12-23 14:40:04 +01:00 |
SubqueryBlock.h
|
…
|
|
TraversalBlock.cpp
|
Merge branch 'devel' into vpack
|
2015-12-23 15:09:20 +01:00 |
TraversalBlock.h
|
Work on TODOs.
|
2015-12-22 16:50:09 +01:00 |
TraversalConditionFinder.cpp
|
Added a proper selectivity estimate for traversal nodes.
|
2015-12-18 18:02:13 +01:00 |
TraversalConditionFinder.h
|
simplifications
|
2015-12-18 23:54:14 +01:00 |
TraversalNode.cpp
|
fixed Visual Studio warning
|
2015-12-23 15:33:02 +01:00 |
TraversalNode.h
|
Added a proper selectivity estimate for traversal nodes.
|
2015-12-18 18:02:13 +01:00 |
V8Expression.cpp
|
…
|
|
V8Expression.h
|
…
|
|
Variable.cpp
|
…
|
|
Variable.h
|
…
|
|
VariableGenerator.cpp
|
…
|
|
VariableGenerator.h
|
…
|
|
WalkerWorker.h
|
…
|
|
grammar.cpp
|
reserved AQL keyword `NONE`
|
2016-01-04 19:34:37 +01:00 |
grammar.h
|
reserved AQL keyword `NONE`
|
2016-01-04 19:34:37 +01:00 |
grammar.y
|
reserved AQL keyword `NONE`
|
2016-01-04 19:34:37 +01:00 |
tokens.cpp
|
reserved AQL keyword `NONE`
|
2016-01-04 19:34:37 +01:00 |
tokens.ll
|
reserved AQL keyword `NONE`
|
2016-01-04 19:34:37 +01:00 |
types.h
|
…
|
|