1
0
Fork 0
arangodb/arangod/Aql
Andrey Abramov c6fc77858f
Revert "Fixed applying late materialization with calc node between sort an limit (#10439)" (#10446)
This reverts commit e765137c3e.
2019-11-15 12:56:05 +03:00
..
Aggregator.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
Aggregator.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AllRowsFetcher.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
AllRowsFetcher.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
AqlFunctionFeature.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
AqlFunctionFeature.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlItemBlock.cpp clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
AqlItemBlock.h C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
AqlItemBlockManager.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlItemBlockManager.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlItemBlockSerializationFormat.h Feature/aql subquery opt shadow row interface (#9987) 2019-09-24 09:09:52 +02:00
AqlItemBlockUtils.cpp Use fuerte in RemoteExecutor (#10077) 2019-09-27 16:20:38 +02:00
AqlItemBlockUtils.h Use fuerte in RemoteExecutor (#10077) 2019-09-27 16:20:38 +02:00
AqlItemMatrix.cpp Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02:00
AqlItemMatrix.h Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02:00
AqlResult.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
AqlResult.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlTransaction.cpp Use fuerte in RemoteExecutor (#10077) 2019-09-27 16:20:38 +02:00
AqlTransaction.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlValue.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
AqlValue.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlValueFwd.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlValueGroup.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlValueGroup.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Arithmetic.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Arithmetic.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Ast.cpp centralize cloning functionality for AstNodes (#10430) 2019-11-13 22:18:38 +01:00
Ast.h centralize cloning functionality for AstNodes (#10430) 2019-11-13 22:18:38 +01:00
AstHelper.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
AstHelper.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
AstNode.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
AstNode.h disallow subqueries in AQL traversal PRUNE conditions (#10232) 2019-10-14 16:01:55 +02:00
AttributeAccessor.cpp Feature/aql blocks by line (#6553) 2019-02-14 19:13:08 +01:00
AttributeAccessor.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
BaseExpressionContext.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
BaseExpressionContext.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
BindParameters.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
BindParameters.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
BlockCollector.cpp Remove AqlItemBlockShell (#8681) 2019-04-12 19:52:01 +02:00
BlockCollector.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
BlocksWithClients.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
BlocksWithClients.h Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
CalculationExecutor.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
CalculationExecutor.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
ClusterNodes.cpp Parallel SortingGatherExecutor (#10410) 2019-11-13 10:39:47 +01:00
ClusterNodes.h make "parallelize-gather" an optimizer rule, so it can be turned off 2019-10-30 11:54:28 +01:00
CollectNode.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
CollectNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
CollectOptions.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
CollectOptions.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Collection.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
Collection.h C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
CollectionAccessingNode.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
CollectionAccessingNode.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
Collections.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Collections.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Condition.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
Condition.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
ConditionFinder.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ConditionFinder.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
ConstFetcher.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
ConstFetcher.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
ConstrainedSortExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ConstrainedSortExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
CostEstimate.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
CostEstimate.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
CountCollectExecutor.cpp activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
CountCollectExecutor.h Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
DependencyProxy.cpp Bugfix for recurring Jenkins error in api-simple-modify-example-cluster-spec.rb (#10190) 2019-10-08 19:18:01 +02:00
DependencyProxy.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
DistinctCollectExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
DistinctCollectExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
DistributeConsumerNode.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
DistributeConsumerNode.h fix some tests, and remove legacy API response 2019-10-29 20:36:06 +01:00
DistributeExecutor.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
DistributeExecutor.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
DocumentExpressionContext.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
DocumentExpressionContext.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
DocumentProducingHelper.cpp vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
DocumentProducingHelper.h vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
DocumentProducingNode.cpp activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
DocumentProducingNode.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
EngineInfoContainerCoordinator.cpp fix some tests, and remove legacy API response 2019-10-29 20:36:06 +01:00
EngineInfoContainerCoordinator.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
EngineInfoContainerDBServerServerBased.cpp Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
EngineInfoContainerDBServerServerBased.h Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
EnumerateCollectionExecutor.cpp vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
EnumerateCollectionExecutor.h vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
EnumerateListExecutor.cpp fixed issue #10270 (#10271) 2019-10-17 12:00:09 +02:00
EnumerateListExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ExecutionBlock.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ExecutionBlock.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
ExecutionBlockImpl.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ExecutionBlockImpl.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
ExecutionEngine.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ExecutionEngine.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
ExecutionNode.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ExecutionNode.h Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
ExecutionPlan.cpp Bug fix/internal issue #651 (#10415) 2019-11-13 19:50:17 +03:00
ExecutionPlan.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01: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 C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ExecutionStats.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
ExecutorExpressionContext.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
ExecutorExpressionContext.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
ExecutorInfos.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
ExecutorInfos.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Expression.cpp added an assert (#10358) 2019-11-04 22:52:45 +01:00
Expression.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
ExpressionContext.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
FilterExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
FilterExecutor.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
FixedVarExpressionContext.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
FixedVarExpressionContext.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
Function.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Function.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Functions.cpp allow using `RANDOM_TOKEN` AQL function with an argument value of `0`. (#10414) 2019-11-13 22:20:00 +01:00
Functions.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
GraphNode.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
GraphNode.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Graphs.cpp fixed typo in define (#9945) 2019-09-10 11:34:42 +02:00
Graphs.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
HashedCollectExecutor.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
HashedCollectExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
IResearchViewExecutor.cpp vale, vamos a ver! (#10337) 2019-10-30 16:04:55 +01:00
IResearchViewExecutor.h Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
IResearchViewNode.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
IResearchViewNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
IResearchViewOptimizerRules.cpp Revert "Fixed applying late materialization with calc node between sort an limit (#10439)" (#10446) 2019-11-15 12:56:05 +03:00
IResearchViewOptimizerRules.h Revert "Fixed applying late materialization with calc node between sort an limit (#10439)" (#10446) 2019-11-15 12:56:05 +03:00
IdExecutor.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
IdExecutor.h Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-31 14:40:28 +01:00
InAndOutRowExpressionContext.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
InAndOutRowExpressionContext.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
IndexExecutor.cpp Remove IndexHandle (#10424) 2019-11-14 11:34:57 +01:00
IndexExecutor.h Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
IndexHint.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
IndexHint.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
IndexNode.cpp Remove IndexHandle (#10424) 2019-11-14 11:34:57 +01:00
IndexNode.h Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
IndexNodeOptimizerRules.cpp Revert "Fixed applying late materialization with calc node between sort an limit (#10439)" (#10446) 2019-11-15 12:56:05 +03:00
IndexNodeOptimizerRules.h Revert "Fixed applying late materialization with calc node between sort an limit (#10439)" (#10446) 2019-11-15 12:56:05 +03:00
InputAqlItemRow.cpp clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
InputAqlItemRow.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
InsertModifier.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
InsertModifier.h more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
KShortestPathsExecutor.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
KShortestPathsExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
KShortestPathsNode.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
KShortestPathsNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
LimitExecutor.cpp Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
LimitExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
LimitStats.h Feature/limit executor passthrough (#9162) 2019-06-18 17:33:58 +02:00
MaterializeExecutor.cpp Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
MaterializeExecutor.h Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
ModificationExecutor.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
ModificationExecutor.h Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
ModificationExecutorAccumulator.h Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
ModificationExecutorHelpers.cpp more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
ModificationExecutorHelpers.h Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
ModificationExecutorInfos.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
ModificationExecutorInfos.h Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
ModificationNodes.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
ModificationNodes.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
ModificationOptions.cpp big reformat 2018-12-26 00:54:03 +01:00
ModificationOptions.h big reformat 2018-12-26 00:54:03 +01:00
MultiDependencySingleRowFetcher.cpp Support for fetching in parallel & skipping 2019-10-15 16:38:08 +02:00
MultiDependencySingleRowFetcher.h Support for fetching in parallel & skipping 2019-10-15 16:38:08 +02:00
NoResultsExecutor.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
NoResultsExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
NodeFinder.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
NodeFinder.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
Optimizer.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Optimizer.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
OptimizerRule.h Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
OptimizerRules.cpp Remove IndexHandle (#10424) 2019-11-14 11:34:57 +01:00
OptimizerRules.h make "parallelize-gather" an optimizer rule, so it can be turned off 2019-10-30 11:54:28 +01:00
OptimizerRulesCluster.cpp Remove IndexHandle (#10424) 2019-11-14 11:34:57 +01:00
OptimizerRulesFeature.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
OptimizerRulesFeature.h one shard db - devel (#9395) 2019-09-23 15:48:37 +02:00
OptimizerRulesReplaceFunctions.cpp A mixed bag of goods (#10220) 2019-10-14 17:02:36 +02:00
OutputAqlItemRow.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
OutputAqlItemRow.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
Parser.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Parser.h big reformat 2018-12-26 00:54:03 +01:00
PlanCache.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
PlanCache.h C++17 (#10178) 2019-10-16 20:28:27 +03:00
PruneExpressionEvaluator.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
PruneExpressionEvaluator.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Quantifier.cpp Bug fix/internal issue #627 (#10233) 2019-10-15 20:41:06 +03:00
Quantifier.h Bug fix/internal issue #627 (#10233) 2019-10-15 20:41:06 +03:00
Query.cpp fix issues found by cppcheck (#10434) 2019-11-14 12:04:24 +01:00
Query.h Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
QueryCache.cpp Bug fix/internal issue #651 (#10415) 2019-11-13 19:50:17 +03:00
QueryCache.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
QueryCursor.cpp Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
QueryCursor.h Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
QueryExecutionState.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryExecutionState.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryExpressionContext.cpp Bug fix/cppcheck issues (#10105) 2019-09-30 09:27:33 +02:00
QueryExpressionContext.h Bug fix/cppcheck issues (#10105) 2019-09-30 09:27:33 +02:00
QueryList.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryList.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryOptions.cpp kill AQL query after timeout (#10363) 2019-11-12 14:34:52 +01:00
QueryOptions.h kill AQL query after timeout (#10363) 2019-11-12 14:34:52 +01:00
QueryProfile.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryProfile.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryRegistry.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
QueryRegistry.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryResources.cpp Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
QueryResources.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
QueryResult.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
QueryResultV8.h fix issues found by cppcheck (#10434) 2019-11-14 12:04:24 +01:00
QuerySnippet.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
QuerySnippet.h one shard db - devel (#9395) 2019-09-23 15:48:37 +02:00
QueryString.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
QueryString.h Bug fix/internal issue #651 (#10415) 2019-11-13 19:50:17 +03:00
Range.cpp do not materialize huge ranges (#10376) 2019-11-08 19:54:02 +01:00
Range.h do not materialize huge ranges (#10376) 2019-11-08 19:54:02 +01:00
RegexCache.cpp Bug fix/internal issue #651 (#10415) 2019-11-13 19:50:17 +03:00
RegexCache.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
RegisterPlan.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
RegisterPlan.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RemoteExecutor.cpp clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
RemoteExecutor.h some small changes 2019-11-05 00:34:15 +01:00
RemoveModifier.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
RemoveModifier.h more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
ResourceUsage.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RestAqlHandler.cpp Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
RestAqlHandler.h Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
ReturnExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ReturnExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ScatterExecutor.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
ScatterExecutor.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
Scopes.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Scopes.h Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
ShadowAqlItemRow.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
ShadowAqlItemRow.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
ShardLocking.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ShardLocking.h cppcheck 2019-09-24 16:59:00 +02:00
SharedAqlItemBlockPtr.cpp Feature/improve refcount performance (#8783) 2019-04-18 14:32:30 +02:00
SharedAqlItemBlockPtr.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
SharedQueryState.cpp Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
SharedQueryState.h Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
ShortStringStorage.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
ShortStringStorage.h Bugfix: Correct rocksdb statistics to report column family sums. (#9705) 2019-08-13 14:35:09 -04:00
ShortestPathExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ShortestPathExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ShortestPathNode.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
ShortestPathNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
SimpleModifier.cpp more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
SimpleModifier.h more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
SingleBlockFetcher.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SingleRemoteModificationExecutor.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
SingleRemoteModificationExecutor.h Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
SingleRowFetcher.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SingleRowFetcher.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SortCondition.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
SortCondition.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
SortExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SortExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SortNode.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
SortNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
SortRegister.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
SortRegister.h Feature/aql subquery opt shadow row interface (#9987) 2019-09-24 09:09:52 +02:00
SortedCollectExecutor.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
SortedCollectExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SortingGatherExecutor.cpp Parallel SortingGatherExecutor (#10410) 2019-11-13 10:39:47 +01:00
SortingGatherExecutor.h Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
Stats.h activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
SubqueryEndExecutionNode.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SubqueryEndExecutionNode.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SubqueryEndExecutor.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SubqueryEndExecutor.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SubqueryExecutor.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SubqueryExecutor.h Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SubqueryStartExecutionNode.cpp Feature/explain spliced subqueries (#10298) 2019-10-22 15:38:33 +02:00
SubqueryStartExecutionNode.h Feature/explain spliced subqueries (#10298) 2019-10-22 15:38:33 +02:00
SubqueryStartExecutor.cpp Enable AQL subquery optimization (only on getSome) (#10267) 2019-10-30 17:10:01 +01:00
SubqueryStartExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
TraversalConditionFinder.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
TraversalConditionFinder.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
TraversalExecutor.cpp Improve Connection pool robustness (#10268) 2019-10-30 17:30:50 +01:00
TraversalExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
TraversalNode.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
TraversalNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
TraversalStats.h count HTTP requests from traversals (#8645) 2019-04-02 18:00:11 +02:00
UnsortedGatherExecutor.cpp Feature/parallel aql phase one 2 (#10408) 2019-11-12 15:47:31 +01:00
UnsortedGatherExecutor.h change algorithm a bit 2019-11-06 14:56:37 +01:00
UpdateReplaceModifier.cpp Rewrite ModificationExecutor (#10221) 2019-11-07 14:48:26 +01:00
UpdateReplaceModifier.h more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
UpsertModifier.cpp more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
UpsertModifier.h more cppcheck (#10435) 2019-11-14 17:01:27 +01:00
V8Executor.cpp clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
V8Executor.h big reformat 2018-12-26 00:54:03 +01:00
Variable.cpp Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Variable.h Subquery Start/End Nodes (#9983) 2019-09-25 12:35:18 +02:00
VariableGenerator.cpp C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
VariableGenerator.h big reformat 2018-12-26 00:54:03 +01:00
WalkerWorker.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
grammar.cpp disallow subqueries in AQL traversal PRUNE conditions (#10232) 2019-10-14 16:01:55 +02:00
grammar.h Bug fix/improve stringutils performance (#10208) 2019-10-10 17:08:03 +02:00
grammar.hpp Bug fix/improve stringutils performance (#10208) 2019-10-10 17:08:03 +02:00
grammar.y disallow subqueries in AQL traversal PRUNE conditions (#10232) 2019-10-14 16:01:55 +02:00
tokens.cpp Bug fix/fix parsing unterminated strings (#10155) 2019-10-03 13:38:05 +02:00
tokens.ll Bug fix/fix parsing unterminated strings (#10155) 2019-10-03 13:38:05 +02:00
types.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00