1
0
Fork 0
arangodb/arangod/Aql
Simon Grätzer f101e21328 Geo index update, renaming 2017-05-11 13:19:51 +02:00
..
Aggregator.cpp
Aggregator.h
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 memleak 2017-04-22 00:28:45 +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
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 fixed memleak 2017-04-22 00:28:45 +02:00
BlockCollector.h
CalculationBlock.cpp
CalculationBlock.h
ClusterBlocks.cpp Fix unlocking of AQL queries in the cluster 2017-04-10 17:01:24 +02:00
ClusterBlocks.h Fix unlocking of AQL queries in the cluster 2017-04-10 17:01:24 +02:00
ClusterNodes.cpp
ClusterNodes.h
CollectBlock.cpp Fix SortedCollectBlock skipping issue. Resolves #1482. 2017-03-23 12:08:54 +01:00
CollectBlock.h
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 fixed memleak 2017-04-22 00:28:45 +02:00
EnumerateCollectionBlock.h
EnumerateListBlock.cpp
EnumerateListBlock.h
ExecutionBlock.cpp
ExecutionBlock.h
ExecutionEngine.cpp Port 3.1 fixes to devel, move something into try block. 2017-04-26 11:17:08 +02:00
ExecutionEngine.h
ExecutionNode.cpp issue #2415 2017-04-09 23:19:10 +02:00
ExecutionNode.h
ExecutionPlan.cpp Fixing warnings 2017-04-20 19:07:30 +02:00
ExecutionPlan.h
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp
Executor.h
Expression.cpp fixed issues found by scan tool 2017-05-05 13:51:23 +02:00
Expression.h
ExpressionContext.h
FixedVarExpressionContext.cpp
FixedVarExpressionContext.h
Function.cpp
Function.h
Functions.cpp Geo index update, renaming 2017-05-11 13:19:51 +02:00
Functions.h implement SLEEP() in C++ 2017-03-28 09:45:53 +02:00
GraphNode.cpp attempt to fix broken graph stuff 2017-04-20 22:14:30 +02:00
GraphNode.h attempt to fix broken graph stuff 2017-04-20 22:14:30 +02:00
Graphs.cpp
Graphs.h
IndexBlock.cpp fixed assertion failure 2017-04-18 14:54:29 +02:00
IndexBlock.h Conversion warnings 2017-04-06 10:56:50 +02:00
IndexNode.cpp Fix Index Node 2017-04-13 09:45:30 +02:00
IndexNode.h pass trx into numberDocuments 2017-03-31 11:33:16 +02:00
ModificationBlocks.cpp
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 Working geo index + tests 2017-05-09 15:04:51 +02:00
OptimizerRules.h Working geo index + tests 2017-05-09 15:04:51 +02:00
OptimizerRulesFeature.cpp Working geo index + tests 2017-05-09 15:04:51 +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 Fix unlocking of AQL queries in the cluster 2017-04-10 17:01:24 +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
QueryResultV8.h
Range.cpp
Range.h
ResourceUsage.h
RestAqlHandler.cpp
RestAqlHandler.h
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
ShortestPathBlock.cpp Removed double include due to hidden merge conflict. 2017-04-26 11:04:01 +02:00
ShortestPathBlock.h ShortestPathBlock does not use EdgeCollectionInfo anymore. Replaced by EdgeCursors 2017-04-26 10:21:18 +02:00
ShortestPathNode.cpp attempt to fix broken graph stuff 2017-04-20 22:14:30 +02:00
ShortestPathNode.h More unified merge of Traverser- and ShortestPath- into GraphNode. Now the ShortestPathNode creates TraverserEngines on the Cluster. Finally everything ready to wire computation together 2017-04-19 15:23:37 +02:00
SortBlock.cpp
SortBlock.h
SortCondition.cpp
SortCondition.h
SortNode.cpp
SortNode.h
SubqueryBlock.cpp
SubqueryBlock.h
TraversalBlock.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api 2017-04-21 12:35:07 +02:00
TraversalBlock.h
TraversalConditionFinder.cpp
TraversalConditionFinder.h
TraversalNode.cpp attempt to fix broken graph stuff 2017-04-20 22:14:30 +02:00
TraversalNode.h Fixing warnings 2017-04-20 19:07:30 +02:00
V8Expression.cpp
V8Expression.h
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp Squashed commit of the following: 2017-04-13 17:00:44 +02:00
grammar.h
grammar.hpp
grammar.y
tokens.cpp
tokens.ll
types.h