1
0
Fork 0
arangodb/arangod/Aql
Michael Hackstein 1119257d49 ShortestPathOptions now contain forward and backward lookupinfos for all edge collections in use. 2017-04-11 15:00:21 +02:00
..
Aggregator.cpp use unique_ptrs 2017-02-24 18:03:40 +01:00
Aggregator.h use unique_ptrs 2017-02-24 18:03:40 +01:00
AqlFunctionFeature.cpp implement SLEEP() in C++ 2017-03-28 09:45:53 +02:00
AqlFunctionFeature.h move engine-specific optimizer rules into engine 2017-03-07 13:10:58 +01:00
AqlItemBlock.cpp
AqlItemBlock.h Fixed truncate 2017-04-04 10:48:37 +02:00
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlTransaction.cpp refactor some code to make use of arangodb::Result 2017-03-30 09:39:21 +02:00
AqlTransaction.h refactor some code to make use of arangodb::Result 2017-03-30 09:39:21 +02:00
AqlValue.cpp renaming 2017-02-27 14:38:27 +01:00
AqlValue.h
Arithmetic.h
Ast.cpp fixed issue #2392 2017-03-23 12:10:11 +01:00
Ast.h
AstNode.cpp fixed issue #2400 2017-03-28 13:58:49 +02:00
AstNode.h fixed issue #2400 2017-03-28 13:58:49 +02:00
AttributeAccessor.cpp
AttributeAccessor.h
BaseExpressionContext.cpp
BaseExpressionContext.h
BasicBlocks.cpp
BasicBlocks.h
BindParameters.cpp
BindParameters.h added "bindVars" to attributes of currently running and slow queries 2017-03-07 00:19:01 +01:00
BlockCollector.cpp
BlockCollector.h
CalculationBlock.cpp
CalculationBlock.h
ClusterBlocks.cpp added "shardIds" option for AQL queries to restrict queries to specific shards 2017-03-08 15:07:10 +01:00
ClusterBlocks.h
ClusterNodes.cpp
ClusterNodes.h
CollectBlock.cpp Fix SortedCollectBlock skipping issue. Resolves #1482. 2017-03-23 12:08:54 +01:00
CollectBlock.h use unique_ptrs 2017-02-24 18:03:40 +01:00
CollectNode.cpp
CollectNode.h
CollectOptions.cpp
CollectOptions.h
Collection.cpp pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
Collection.h pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
Collections.cpp
Collections.h
Condition.cpp pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
Condition.h
ConditionFinder.cpp
ConditionFinder.h
EnumerateCollectionBlock.cpp honor limit in iterators 2017-03-31 17:05:45 +02:00
EnumerateCollectionBlock.h
EnumerateListBlock.cpp
EnumerateListBlock.h
ExecutionBlock.cpp
ExecutionBlock.h
ExecutionEngine.cpp Fixes a coordinator crash in Clustered Traversal. In case of failover during query planning. 2017-03-30 13:24:44 +02:00
ExecutionEngine.h
ExecutionNode.cpp pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
ExecutionNode.h
ExecutionPlan.cpp Removed V8Traverser files and made ShortestPathOptions an extension of Graph::BaseOptions. Now they are ready to use LokkupInfos as well. Now starting to move logic around 2017-04-10 16:26:23 +02:00
ExecutionPlan.h
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp
Executor.h
Expression.cpp
Expression.h
ExpressionContext.h
FixedVarExpressionContext.cpp
FixedVarExpressionContext.h
Function.cpp
Function.h
Functions.cpp pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
Functions.h implement SLEEP() in C++ 2017-03-28 09:45:53 +02:00
Graphs.cpp fix potential memory issue 2017-02-27 12:01:14 +01:00
Graphs.h
IndexBlock.cpp fix crash 2017-04-06 12:49:45 +02:00
IndexBlock.h Conversion warnings 2017-04-06 10:56:50 +02:00
IndexNode.cpp pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
IndexNode.h pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
ModificationBlocks.cpp renamed methods 2017-02-27 11:22:44 +01:00
ModificationBlocks.h
ModificationNodes.cpp
ModificationNodes.h
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp move engine-specific optimizer rules into engine 2017-03-07 13:10:58 +01:00
Optimizer.h Fixed forward declaration. Was declared as class but is a struct 2017-03-08 13:25:37 +01:00
OptimizerRule.h removed occurrences of mmfiles 2017-03-09 16:40:42 +01:00
OptimizerRules.cpp make SORT RAND() removal a feature of the old engine 2017-04-04 08:55:08 +02:00
OptimizerRules.h make SORT RAND() removal a feature of the old engine 2017-04-04 08:55:08 +02:00
OptimizerRulesFeature.cpp make SORT RAND() removal a feature of the old engine 2017-04-04 08:55:08 +02:00
OptimizerRulesFeature.h move engine-specific V8 functions into storage engine 2017-03-09 12:59:44 +01:00
Parser.cpp
Parser.h
PlanCache.cpp
PlanCache.h
Quantifier.cpp
Quantifier.h
Query.cpp refactor some code to make use of arangodb::Result 2017-03-30 09:39:21 +02:00
Query.h show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryCache.cpp
QueryCache.h
QueryExecutionState.cpp show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryExecutionState.h show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryList.cpp show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryList.h show collection load time in slow queries 2017-03-17 09:28:53 +01:00
QueryProfile.cpp added EnumIterator 2017-03-08 23:40:57 +01:00
QueryProfile.h added EnumIterator 2017-03-08 23:40:57 +01:00
QueryRegistry.cpp
QueryRegistry.h
QueryResources.cpp
QueryResources.h
QueryResult.h renaming 2017-02-27 14:38:27 +01:00
QueryResultV8.h
Range.cpp
Range.h
ResourceUsage.h
RestAqlHandler.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-02-28 17:02:42 +01:00
RestAqlHandler.h renaming 2017-02-27 14:38:27 +01:00
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
ShortestPathBlock.cpp The ShortestPathBlock and -Node now use a pointer to the same options instead of managing one each. 2017-04-11 14:08:21 +02:00
ShortestPathBlock.h The ShortestPathBlock and -Node now use a pointer to the same options instead of managing one each. 2017-04-11 14:08:21 +02:00
ShortestPathNode.cpp ShortestPathOptions now contain forward and backward lookupinfos for all edge collections in use. 2017-04-11 15:00:21 +02:00
ShortestPathNode.h ShortestPathOptions now contain forward and backward lookupinfos for all edge collections in use. 2017-04-11 15:00:21 +02:00
SortBlock.cpp
SortBlock.h
SortCondition.cpp
SortCondition.h
SortNode.cpp
SortNode.h
SubqueryBlock.cpp
SubqueryBlock.h
TraversalBlock.cpp Removed accidently commited log output 2017-03-14 09:13:45 +01:00
TraversalBlock.h
TraversalConditionFinder.cpp fixed issue #2320 2017-02-23 10:14:42 +01:00
TraversalConditionFinder.h
TraversalNode.cpp Simplified AqlTraverser Setup code by moving shared logic into the TraverserOptions. 2017-04-11 13:47:06 +02:00
TraversalNode.h Revert "Squashed commit. Moved over SmartSearch Shortest Path feature" 2017-03-24 18:23:20 +01:00
V8Expression.cpp
V8Expression.h
Variable.cpp
Variable.h simplified bloated comments 2016-04-09 11:27:30 +02:00
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp
grammar.h
grammar.hpp
grammar.y
tokens.cpp
tokens.ll
types.h