1
0
Fork 0
arangodb/arangod/Aql
jsteemann a41f65b0ca optimizer simplifications 2015-12-21 01:43:16 +01:00
..
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 make_unique 2015-12-16 11:36:35 +01:00
AqlValue.h
Arithmetic.h
Ast.cpp issue #1409: fix NUL-byte handling 2015-12-17 10:54:24 +01:00
Ast.h fixes for traversal and multi-modify 2015-12-08 14:50:05 +01:00
AstNode.cpp fixed index selection in some queries 2015-12-18 20:16:09 +01:00
AstNode.h fixed index selection in some queries 2015-12-18 20:16:09 +01:00
AttributeAccessor.cpp
AttributeAccessor.h
BasicBlocks.cpp make_unique 2015-12-16 11:36:35 +01:00
BasicBlocks.h
BindParameters.cpp \0 fix 2015-12-17 12:28:16 +01:00
BindParameters.h
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 make_unique 2015-12-16 11:36:35 +01:00
Collection.h Change data structures for collections in Agency. 2015-12-04 15:08:47 +01:00
CollectionScanner.cpp
CollectionScanner.h
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 fixed index selection in some queries 2015-12-18 20:16:09 +01:00
Condition.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +01:00
ConditionFinder.cpp fixed index selection in some queries 2015-12-18 20:16:09 +01:00
ConditionFinder.h simplifications 2015-12-18 23:54:14 +01:00
EnumerateCollectionBlock.cpp
EnumerateCollectionBlock.h
EnumerateListBlock.cpp
EnumerateListBlock.h
ExecutionBlock.cpp \0 fix 2015-12-17 12:28:16 +01:00
ExecutionBlock.h
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 make_unique 2015-12-16 11:36:35 +01:00
ExecutionNode.h added optimizer rule `sort-in-values` 2015-12-13 23:33:44 +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
ExecutionStats.h
Executor.cpp org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Executor.h
Expression.cpp make_unique 2015-12-16 11:36: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 make_unique 2015-12-16 11:36:35 +01:00
Functions.h issue #1593: add POW() AQL function 2015-12-02 15:41:30 +01:00
Graphs.cpp fixes 2015-12-11 13:29:18 +01:00
Graphs.h
Index.cpp
Index.h applied changes suggested by cppcheck 2015-12-02 10:17:14 +01:00
IndexBlock.cpp make_unique 2015-12-16 11:36:35 +01:00
IndexBlock.h
IndexNode.cpp
IndexNode.h
ModificationBlocks.cpp
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 optimizer simplifications 2015-12-21 01:43:16 +01:00
Optimizer.h optimizer simplifications 2015-12-21 01:43:16 +01:00
OptimizerRules.cpp optimizer simplifications 2015-12-21 01:43:16 +01:00
OptimizerRules.h simplifications 2015-12-18 23:54:14 +01:00
Parser.cpp initial commit 2015-11-18 17:46:19 +01:00
Parser.h
Query.cpp make_unique 2015-12-16 11:36:35 +01:00
Query.h Implement tests for de/serializing of TraversalNodes. 2015-12-14 18:07:04 +01:00
QueryCache.cpp make_unique 2015-12-16 11:36:35 +01:00
QueryCache.h
QueryList.cpp make_unique 2015-12-16 11:36:35 +01:00
QueryList.h
QueryRegistry.cpp make_unique 2015-12-16 11:36:35 +01:00
QueryRegistry.h
QueryResult.h
QueryResultV8.h
Range.cpp
Range.h
RestAqlHandler.cpp
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 some cleanup 2015-12-01 01:26:27 +01:00
SubqueryBlock.h
TraversalBlock.cpp Added a proper selectivity estimate for traversal nodes. 2015-12-18 18:02:13 +01:00
TraversalBlock.h Added a proper selectivity estimate for traversal nodes. 2015-12-18 18:02:13 +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 Added a proper selectivity estimate for traversal nodes. 2015-12-18 18:02:13 +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 updated grammar file 2015-12-03 23:26:28 +01:00
grammar.h updated keywords list 2015-12-03 12:11:52 +01:00
grammar.y updated grammar file 2015-12-03 23:26:28 +01:00
tokens.cpp updated keywords list 2015-12-03 12:11:52 +01:00
tokens.ll updated keywords list 2015-12-03 12:11:52 +01:00
types.h