1
0
Fork 0
arangodb/arangod/Aql
Tobias Gödderz 83732bc369 Improve calculation executor performance (#8851)
* Avoid a copy in CalculationExecutor<CalculationType::Reference>::doEvaluation

* Hack: fixed compilation

* Removed accidentally committed broken assert

* Replaced const_cast hack

* Completed implementation of copyBlockInternalRegister

* Simplified some assert code

* Fixed maintainer compilation
2019-05-16 11:31:21 +02:00
..
Aggregator.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
Aggregator.h
AllRowsFetcher.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
AllRowsFetcher.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
AqlFunctionFeature.cpp added AQL function DECODE_REV (#8606) 2019-04-11 15:59:04 +02:00
AqlFunctionFeature.h
AqlItemBlock.cpp Feature/have collection count type (#8942) 2019-05-14 13:19:09 +02:00
AqlItemBlock.h Feature/have collection count type (#8942) 2019-05-14 13:19:09 +02:00
AqlItemBlockManager.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
AqlItemBlockManager.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
AqlItemBlockUtils.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
AqlItemBlockUtils.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
AqlItemMatrix.h disable warning 2019-05-03 14:27:01 +02:00
AqlResult.cpp Make Result final (#8157) 2019-02-15 20:05:30 +01:00
AqlResult.h Aql by line mixed fixes (#8349) 2019-03-14 19:38:41 +01:00
AqlTransaction.cpp Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
AqlTransaction.h Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
AqlValue.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
AqlValue.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
AqlValueGroup.h
Arithmetic.cpp
Arithmetic.h
Ast.cpp Bug fix/issues 2019 05 06 (#8913) 2019-05-07 12:17:16 +02:00
Ast.h k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
AstNode.cpp k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
AstNode.h Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
AttributeAccessor.cpp Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
AttributeAccessor.h Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
BaseExpressionContext.cpp
BaseExpressionContext.h
BindParameters.cpp
BindParameters.h
BlockCollector.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
BlockCollector.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
BlocksWithClients.cpp Resolved or removed some TODOs (#8756) 2019-04-15 14:49:12 +02:00
BlocksWithClients.h Resolved or removed some TODOs (#8756) 2019-04-15 14:49:12 +02:00
CalculationExecutor.cpp Calculation executor v8 performance (#8511) 2019-03-29 18:24:59 +01:00
CalculationExecutor.h Improve calculation executor performance (#8851) 2019-05-16 11:31:21 +02:00
ClusterNodes.cpp Resolved or removed some TODOs (#8756) 2019-04-15 14:49:12 +02:00
ClusterNodes.h remove replication clients handling out of vocbase code (#8676) 2019-04-08 19:15:28 +02:00
CollectNode.cpp Add K_SHORTEST_PATHS handling to optimizer and executor (#8895) 2019-05-07 13:54:35 +02:00
CollectNode.h Bug fix/aql line cleanup (#8598) 2019-04-04 15:57:41 +02:00
CollectOptions.cpp
CollectOptions.h
Collection.cpp optimize lookups by shard key for smart vertex collections (#8641) 2019-04-03 15:15:46 +02:00
Collection.h optimize lookups by shard key for smart vertex collections (#8641) 2019-04-03 15:15:46 +02:00
CollectionAccessingNode.cpp reintroduce smart joins after temporarily reverting them in devel (#8543) 2019-03-23 20:36:02 +01:00
CollectionAccessingNode.h reintroduce smart joins after temporarily reverting them in devel (#8543) 2019-03-23 20:36:02 +01:00
Collections.cpp
Collections.h
Condition.cpp [3.4] bug-fix/issue-#8294 (#8430) (#8585) 2019-03-27 18:33:16 +03:00
Condition.h [3.4] bug-fix/issue-#8294 (#8430) (#8585) 2019-03-27 18:33:16 +03:00
ConditionFinder.cpp k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
ConditionFinder.h speed up containers that contain ExecutionNodes' variables (#7937) 2019-01-14 13:38:56 +01:00
ConstFetcher.cpp Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
ConstFetcher.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
ConstrainedSortExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
ConstrainedSortExecutor.h Feature/have collection count type (#8942) 2019-05-14 13:19:09 +02:00
CostEstimate.h
CountCollectExecutor.cpp Aql by line mixed fixes (#8349) 2019-03-14 19:38:41 +01:00
CountCollectExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
DependencyProxy.cpp Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
DependencyProxy.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
DistinctCollectExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
DistinctCollectExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
DistributeExecutor.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
DistributeExecutor.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
DocumentProducingHelper.h Improve document callback performance (#8874) 2019-05-07 19:57:24 +02:00
DocumentProducingNode.cpp
DocumentProducingNode.h Bug fix/aql line cleanup (#8598) 2019-04-04 15:57:41 +02:00
EngineInfoContainerCoordinator.cpp Bug fix/exec block cleanup (#8710) 2019-04-12 16:11:03 +02:00
EngineInfoContainerCoordinator.h The Legendary El Cheapo (#8485) 2019-03-22 11:38:33 +01:00
EngineInfoContainerDBServer.cpp Let only on shard per collection, not per DBServer, be responsible for initialize cursor (and shutdown) (#8946) 2019-05-15 11:21:13 +02:00
EngineInfoContainerDBServer.h Let only on shard per collection, not per DBServer, be responsible for initialize cursor (and shutdown) (#8946) 2019-05-15 11:21:13 +02:00
EnumerateCollectionExecutor.cpp issue 555.1.1: issue 555.1.1: try loading previous data store snapshots if checkpoint file unavailable, ehnace error message, address some warnings (#8975) 2019-05-13 18:33:44 +03:00
EnumerateCollectionExecutor.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
EnumerateListExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
EnumerateListExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
ExecutionBlock.cpp Resolved or removed some TODOs (#8756) 2019-04-15 14:49:12 +02:00
ExecutionBlock.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
ExecutionBlockImpl.cpp Feature/have collection count type (#8942) 2019-05-14 13:19:09 +02:00
ExecutionBlockImpl.h Feature/have collection count type (#8942) 2019-05-14 13:19:09 +02:00
ExecutionEngine.cpp Add K_SHORTEST_PATHS handling to optimizer and executor (#8895) 2019-05-07 13:54:35 +02:00
ExecutionEngine.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
ExecutionNode.cpp Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
ExecutionNode.h k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
ExecutionPlan.cpp k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
ExecutionPlan.h k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
ExecutionState.cpp fix compile warnings about operator<< (#8456) 2019-03-19 12:33:26 +01:00
ExecutionState.h fix compile warnings about operator<< (#8456) 2019-03-19 12:33:26 +01:00
ExecutionStats.cpp added "peakMemoryUsage" query result figure (#7952) 2019-01-17 13:58:18 +01:00
ExecutionStats.h Bug fix/exec block cleanup (#8710) 2019-04-12 16:11:03 +02:00
ExecutorExpressionContext.cpp fix compile warnings (#8743) 2019-04-15 11:22:24 +02:00
ExecutorExpressionContext.h fix some memleaks (#8432) 2019-03-18 18:11:37 +01:00
ExecutorInfos.cpp Reinclude performance optimization of Return in Subquery (#8844) 2019-04-25 09:37:57 +02:00
ExecutorInfos.h Feature/ttl index (#8169) 2019-02-19 14:12:21 +01:00
Expression.cpp Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Expression.h AQL by line: IResearch blocks as executors (#8387) 2019-04-04 23:40:10 +03:00
ExpressionContext.h
FilterExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
FilterExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
FixedVarExpressionContext.cpp
FixedVarExpressionContext.h
Function.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
Function.h do not simplify non-deterministic conditions (#7926) 2019-01-11 14:48:34 +01:00
Functions.cpp Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Functions.h added AQL function DECODE_REV (#8606) 2019-04-11 15:59:04 +02:00
GraphNode.cpp some very small optimizations (#8484) 2019-03-21 09:57:05 +01:00
GraphNode.h
Graphs.cpp
Graphs.h
HashedCollectExecutor.cpp Do less copying in HashedCollect (#8850) 2019-04-25 21:58:37 +02:00
HashedCollectExecutor.h Do less copying in HashedCollect (#8850) 2019-04-25 21:58:37 +02:00
IResearchViewExecutor.cpp issue 555.1.1: issue 555.1.1: try loading previous data store snapshots if checkpoint file unavailable, ehnace error message, address some warnings (#8975) 2019-05-13 18:33:44 +03:00
IResearchViewExecutor.h ArangoSearch sorted indexes (#8888) 2019-05-11 17:58:56 +03:00
IResearchViewNode.cpp ArangoSearch sorted indexes (#8888) 2019-05-11 17:58:56 +03:00
IResearchViewNode.h ArangoSearch sorted indexes (#8888) 2019-05-11 17:58:56 +03:00
IResearchViewOptimizerRules.cpp ArangoSearch sorted indexes (#8888) 2019-05-11 17:58:56 +03:00
IResearchViewOptimizerRules.h AQL by line: IResearch blocks as executors (#8387) 2019-04-04 23:40:10 +03:00
IdExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
IdExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
InAndOutRowExpressionContext.cpp Aql by line mixed fixes (#8349) 2019-03-14 19:38:41 +01:00
InAndOutRowExpressionContext.h Aql by line mixed fixes (#8349) 2019-03-14 19:38:41 +01:00
IndexExecutor.cpp Additional AQL skipSome tests for IndexExecutor (#8938) 2019-05-16 11:30:24 +02:00
IndexExecutor.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
IndexHint.cpp fix compile warnings about operator<< (#8456) 2019-03-19 12:33:26 +01:00
IndexHint.h fix compile warnings about operator<< (#8456) 2019-03-19 12:33:26 +01:00
IndexNode.cpp forwardport changes from 3.4 (#8894) 2019-05-08 14:34:25 +02:00
IndexNode.h Feature/aql index executor (#8146) 2019-02-21 11:19:57 +01:00
InputAqlItemRow.cpp fix compile warnings (#8743) 2019-04-15 11:22:24 +02:00
InputAqlItemRow.h Improve calculation executor performance (#8851) 2019-05-16 11:31:21 +02:00
KShortestPathsExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
KShortestPathsExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
KShortestPathsNode.cpp k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
KShortestPathsNode.h k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
LimitExecutor.cpp Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
LimitExecutor.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
LimitStats.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
ModificationExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
ModificationExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
ModificationExecutorTraits.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
ModificationExecutorTraits.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
ModificationNodes.cpp Bug fix/fixes asan uninitialized by line (#8588) 2019-03-27 20:54:36 +01:00
ModificationNodes.h Feature/subquery by line (#8553) 2019-03-25 17:02:07 +01:00
ModificationOptions.cpp
ModificationOptions.h
MultiDependencySingleRowFetcher.cpp Bugfix: Do not call getSome on remote after DONE (#8978) 2019-05-15 09:13:44 +02:00
MultiDependencySingleRowFetcher.h Bugfix: Do not call getSome on remote after DONE (#8978) 2019-05-15 09:13:44 +02:00
NoResultsExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
NoResultsExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
NodeFinder.cpp
NodeFinder.h
Optimizer.cpp fix smart join optimization when another optimizer rule (reduce-extraction-to-projection) turned full scans into index accesses (#8660) 2019-04-03 10:42:21 +02:00
Optimizer.h fix smart join optimization when another optimizer rule (reduce-extraction-to-projection) turned full scans into index accesses (#8660) 2019-04-03 10:42:21 +02:00
OptimizerRule.h Remove USE_IRESEARCH definition and usage (#8613) 2019-03-28 17:23:51 +01:00
OptimizerRules.cpp fix sort order in distributed RETURN DISTINCT (#8935) 2019-05-15 15:02:53 +02:00
OptimizerRules.h reintroduce smart joins after temporarily reverting them in devel (#8543) 2019-03-23 20:36:02 +01:00
OptimizerRulesCluster.cpp speed up containers that contain ExecutionNodes' variables (#7937) 2019-01-14 13:38:56 +01:00
OptimizerRulesFeature.cpp AQL by line: IResearch blocks as executors (#8387) 2019-04-04 23:40:10 +03:00
OptimizerRulesFeature.h
OptimizerRulesReplaceFunctions.cpp Index hints (#8431) 2019-03-19 09:14:18 +01:00
OutputAqlItemRow.cpp fix some zirkus 2019-05-07 15:19:58 +02:00
OutputAqlItemRow.h Improve calculation executor performance (#8851) 2019-05-16 11:31:21 +02:00
Parser.cpp Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
Parser.h
PlanCache.cpp
PlanCache.h
PruneExpressionEvaluator.cpp Feature/aql traversal prune (#8255) 2019-02-27 11:43:06 +01:00
PruneExpressionEvaluator.h Aql by line mixed fixes (#8349) 2019-03-14 19:38:41 +01:00
Quantifier.cpp
Quantifier.h
Query.cpp Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Query.h Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
QueryCache.cpp Bug fix/small issues 21022019 (#8218) 2019-02-21 15:49:07 +01:00
QueryCache.h fix shutdown of query cache (#8190) 2019-02-20 18:35:56 +01:00
QueryCursor.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
QueryCursor.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
QueryExecutionState.cpp
QueryExecutionState.h
QueryExpressionContext.cpp
QueryExpressionContext.h
QueryList.cpp added debugging for replication-fuzz fails (#8674) 2019-04-04 10:20:49 +02:00
QueryList.h added debugging for replication-fuzz fails (#8674) 2019-04-04 10:20:49 +02:00
QueryOptions.cpp Add TTL to query options to standardize usage across components. (#8203) 2019-02-21 20:29:37 +01:00
QueryOptions.h Add TTL to query options to standardize usage across components. (#8203) 2019-02-21 20:29:37 +01:00
QueryProfile.cpp
QueryProfile.h
QueryRegistry.cpp Bug fix/cleanup 31032019 (#8632) 2019-04-01 17:14:11 +02:00
QueryRegistry.h remove replication clients handling out of vocbase code (#8676) 2019-04-08 19:15:28 +02:00
QueryResources.cpp Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
QueryResources.h
QueryResult.h transaction manager tests (#8759) 2019-04-16 21:26:40 +02:00
QueryResultV8.h Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
QueryString.cpp
QueryString.h Bug fix/optimizations 18022019 (#8180) 2019-02-19 19:24:04 +01:00
Range.cpp
Range.h
RegexCache.cpp escape internal REs (#8857) 2019-04-26 15:15:53 +02:00
RegexCache.h
RemoteExecutor.cpp Avoid occasional query id not found errors (#8914) 2019-05-07 13:41:09 +02:00
RemoteExecutor.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
ResourceUsage.h added "peakMemoryUsage" query result figure (#7952) 2019-01-17 13:58:18 +01:00
RestAqlHandler.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
RestAqlHandler.h Add TTL to query options to standardize usage across components. (#8203) 2019-02-21 20:29:37 +01:00
ReturnExecutor.cpp Inline Return and CalculationExecutor. Also avoid an unnecessary copy. (#8170) 2019-02-15 13:05:08 +01:00
ReturnExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
ScatterExecutor.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
ScatterExecutor.h Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
Scopes.cpp Feature/new server infra (#7733) 2019-01-08 10:12:02 +01:00
Scopes.h
SharedAqlItemBlockPtr.cpp Feature/improve refcount performance (#8783) 2019-04-18 14:32:30 +02:00
SharedAqlItemBlockPtr.h Feature/improve refcount performance (#8783) 2019-04-18 14:32:30 +02:00
SharedQueryState.cpp Feature/new server infra (#7733) 2019-01-08 10:12:02 +01:00
SharedQueryState.h
ShortStringStorage.cpp Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
ShortStringStorage.h
ShortestPathExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
ShortestPathExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
ShortestPathNode.cpp Aql by line mixed fixes (#8349) 2019-03-14 19:38:41 +01:00
ShortestPathNode.h Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
SingleBlockFetcher.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
SingleRemoteModificationExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
SingleRemoteModificationExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
SingleRowFetcher.cpp Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
SingleRowFetcher.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
SortCondition.cpp Resolved or removed some TODOs (#8756) 2019-04-15 14:49:12 +02:00
SortCondition.h Resolved or removed some TODOs (#8756) 2019-04-15 14:49:12 +02:00
SortExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
SortExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
SortNode.cpp AQL by line: IResearch blocks as executors (#8387) 2019-04-04 23:40:10 +03:00
SortNode.h Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
SortRegister.cpp Bug fix/internal issue #316 (#7911) 2019-01-10 21:04:19 +03:00
SortRegister.h port of replication improvements from 3.4 (#8308) 2019-03-11 13:37:18 +01:00
SortedCollectExecutor.cpp Bug fix/collect aggregate undefined (#8853) 2019-05-07 15:05:49 +02:00
SortedCollectExecutor.h Bug fix/collect aggregate undefined (#8853) 2019-05-07 15:05:49 +02:00
SortingGatherExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
SortingGatherExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
Stats.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
SubqueryExecutor.cpp Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
SubqueryExecutor.h Feature/aql skip some (#8771) 2019-05-08 15:02:43 +02:00
TraversalConditionFinder.cpp Add K_SHORTEST_PATHS handling to optimizer and executor (#8895) 2019-05-07 13:54:35 +02:00
TraversalConditionFinder.h speed up containers that contain ExecutionNodes' variables (#7937) 2019-01-14 13:38:56 +01:00
TraversalExecutor.cpp Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
TraversalExecutor.h Feature/aql by line cleanup (#8848) 2019-04-25 15:51:11 +02:00
TraversalNode.cpp Feature/aql traversal prune (#8255) 2019-02-27 11:43:06 +01:00
TraversalNode.h Feature/aql traversal prune (#8255) 2019-02-27 11:43:06 +01:00
TraversalStats.h count HTTP requests from traversals (#8645) 2019-04-02 18:00:11 +02:00
V8Executor.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
V8Executor.h
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WakeupQueryCallback.cpp
WakeupQueryCallback.h
WalkerWorker.h Feature/ttl index (#8169) 2019-02-19 14:12:21 +01:00
grammar.cpp K_SHORTEST_PATHS queries only support one variable in FOR (#8784) 2019-04-23 08:48:16 +02:00
grammar.h k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
grammar.hpp k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
grammar.y K_SHORTEST_PATHS queries only support one variable in FOR (#8784) 2019-04-23 08:48:16 +02:00
tokens.cpp k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
tokens.ll k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
types.h Feature/have collection count type (#8942) 2019-05-14 13:19:09 +02:00