1
0
Fork 0
arangodb/arangod/Aql
hkernbach b446952738 produce inputRange 2019-11-08 15:55:48 +01: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 First draft of execute implementation, not yet handling ShadowRows though. This state is broken in the sense that a server does not boot with it and catch tests are broken 2019-10-30 12:46:10 +01:00
AllRowsFetcher.h First draft of execute implementation, not yet handling ShadowRows though. This state is broken in the sense that a server does not boot with it and catch tests are broken 2019-10-30 12:46:10 +01:00
AqlCall.h First draft of execute implementation, not yet handling ShadowRows though. This state is broken in the sense that a server does not boot with it and catch tests are broken 2019-10-30 12:46:10 +01:00
AqlCallStack.cpp First working draft of execute() call in ExecutionBlockImpl. Tests are locally green, however there is at least one query still red (on ShadowRows) 2019-10-31 15:41:18 +01:00
AqlCallStack.h First working draft of execute() call in ExecutionBlockImpl. Tests are locally green, however there is at least one query still red (on ShadowRows) 2019-10-31 15:41:18 +01:00
AqlFunctionFeature.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
AqlFunctionFeature.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
AqlItemBlock.cpp Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02:00
AqlItemBlock.h Feature/aql subquery all rows fetcher shadow rows (#10079) 2019-10-07 16:49:30 +02:00
AqlItemBlockInputRange.cpp First draft of execute implementation, not yet handling ShadowRows though. This state is broken in the sense that a server does not boot with it and catch tests are broken 2019-10-30 12:46:10 +01:00
AqlItemBlockInputRange.h First draft of execute implementation, not yet handling ShadowRows though. This state is broken in the sense that a server does not boot with it and catch tests are broken 2019-10-30 12:46:10 +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 use C++17 [[fallthrough]] (#10280) 2019-10-19 18:14:26 +02: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 disallow subqueries in AQL traversal PRUNE conditions (#10232) 2019-10-14 16:01:55 +02:00
Ast.h disallow subqueries in AQL traversal PRUNE conditions (#10232) 2019-10-14 16:01:55 +02: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 Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02: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 Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00
BlocksWithClients.h Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00
CalculationExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
CalculationExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
ClusterNodes.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
ClusterNodes.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02: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 Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02: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 De-inline in AQL (#10025) 2019-09-25 11:20:03 +02: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 De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
ConditionFinder.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
ConstFetcher.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
ConstFetcher.h Add a member DataRange to ExecutionBlockImpl. Also now all Fetcher expose a DataRange, this might not be the correct one every where 2019-10-25 09:26:27 +02: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 Revert "added first implementation of count collect datarange produceRows function + test" 2019-10-28 18:25:48 +01:00
CountCollectExecutor.h Revert "added first implementation of count collect datarange produceRows function + test" 2019-10-28 18:25:48 +01:00
DependencyProxy.cpp Added preliminary minimal implementation of execute to DependencyProxy and SingleRowFetcher. Both untested and yet incomplete, they will only work for MVP. 2019-10-25 10:01:59 +02:00
DependencyProxy.h Added preliminary minimal implementation of execute to DependencyProxy and SingleRowFetcher. Both untested and yet incomplete, they will only work for MVP. 2019-10-25 10:01:59 +02: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 De-inline in AQL (#10025) 2019-09-25 11:20:03 +02: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 activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
DocumentProducingHelper.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02: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 abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
EngineInfoContainerCoordinator.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
EngineInfoContainerDBServerServerBased.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
EngineInfoContainerDBServerServerBased.h Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
EnumerateCollectionExecutor.cpp activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
EnumerateCollectionExecutor.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02: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 AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
ExecutionBlock.h Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00
ExecutionBlockImpl.cpp Removed non finished implementation from this Branch. It moved to seperate branch 2019-10-31 17:01:19 +01:00
ExecutionBlockImpl.h First working draft of execute() call in ExecutionBlockImpl. Tests are locally green, however there is at least one query still red (on ShadowRows) 2019-10-31 15:41:18 +01:00
ExecutionEngine.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
ExecutionEngine.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
ExecutionNode.cpp activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
ExecutionNode.h activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
ExecutionPlan.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
ExecutionPlan.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
ExecutionState.cpp Implementation of new API in FilterExecutor. Rough implementation in ExecutionBlockImpl (not complete, only skip path) everything compiles, but is not tested 2019-10-24 06:57:16 +02:00
ExecutionState.h Implementation of new API in FilterExecutor. Rough implementation in ExecutionBlockImpl (not complete, only skip path) everything compiles, but is not tested 2019-10-24 06:57:16 +02:00
ExecutionStats.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02: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 Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02: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 First draft of execute implementation, not yet handling ShadowRows though. This state is broken in the sense that a server does not boot with it and catch tests are broken 2019-10-30 12:46:10 +01:00
FilterExecutor.h Implementation of new API in FilterExecutor. Rough implementation in ExecutionBlockImpl (not complete, only skip path) everything compiles, but is not tested 2019-10-24 06:57:16 +02:00
FixedVarExpressionContext.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02: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 micro optimizations for case conversion (#10291) 2019-10-22 09:39:16 +02:00
Functions.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
GraphNode.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02: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 AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
HashedCollectExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
IResearchViewExecutor.cpp Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
IResearchViewExecutor.h Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
IResearchViewNode.cpp Bug fix/internal issue #627 (#10233) 2019-10-15 20:41:06 +03:00
IResearchViewNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
IResearchViewOptimizerRules.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
IResearchViewOptimizerRules.h Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
IdExecutor.cpp Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00
IdExecutor.h Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02: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 activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
IndexExecutor.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02: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 activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
IndexNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
InputAqlItemRow.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
InputAqlItemRow.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02: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 Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
MaterializeExecutor.h Bug fix/internal issue #600 - Late document materialization (#10006) 2019-10-08 18:38:47 +03:00
ModificationExecutor.cpp abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
ModificationExecutor.h AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
ModificationExecutorTraits.cpp Use fuerte in RemoteExecutor (#10077) 2019-09-27 16:20:38 +02:00
ModificationExecutorTraits.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
ModificationNodes.cpp implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02: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 AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
MultiDependencySingleRowFetcher.h Add a member DataRange to ExecutionBlockImpl. Also now all Fetcher expose a DataRange, this might not be the correct one every where 2019-10-25 09:26:27 +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 Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
OptimizerRules.cpp activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
OptimizerRules.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
OptimizerRulesCluster.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
OptimizerRulesFeature.cpp activate early pruning (#10308) 2019-10-28 14:22:33 +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 Feature/aql subquery opt shadow row interface (#9987) 2019-09-24 09:09:52 +02:00
OutputAqlItemRow.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02: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 Feature/force backup (#10265) 2019-10-25 16:39:55 +02:00
Query.h abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
QueryCache.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
QueryCache.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
QueryCursor.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
QueryCursor.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02: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 remove unused AQL attribute (#10094) 2019-09-26 17:16:43 +02:00
QueryOptions.h remove unused AQL attribute (#10094) 2019-09-26 17:16:43 +02: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 abort write transactions (#10248) 2019-10-23 15:49:47 +02: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 Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
QuerySnippet.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02: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/optimizations 18022019 (#8180) 2019-02-19 19:24:04 +01:00
Range.cpp
Range.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RegexCache.cpp activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
RegexCache.h De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
RegisterPlan.cpp Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
RegisterPlan.h Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
RemoteExecutor.cpp Merge branch 'devel' of github.com:arangodb/arangodb into feature/AqlSubqueryOperationsStack 2019-10-28 16:30:00 +01:00
RemoteExecutor.h Added empty dummy stubs for execute() in ExecutionBlock 2019-10-23 00:08:05 +02:00
ResourceUsage.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
RestAqlHandler.cpp Feature/add cluster force one shard option (#10300) 2019-10-28 13:23:33 +01:00
RestAqlHandler.h abort write transactions (#10248) 2019-10-23 15:49:47 +02: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 Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02: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 Avoid a race and a use-after-free bug in the RemoteExecutor (#10275) 2019-10-17 18:22:13 +02:00
SharedQueryState.h Avoid a race and a use-after-free bug in the RemoteExecutor (#10275) 2019-10-17 18:22:13 +02: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 AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
ShortestPathNode.h Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
SingleBlockFetcher.h Add a member DataRange to ExecutionBlockImpl. Also now all Fetcher expose a DataRange, this might not be the correct one every where 2019-10-25 09:26:27 +02:00
SingleRemoteModificationExecutor.cpp Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
SingleRemoteModificationExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SingleRowFetcher.cpp Removed non finished implementation from this Branch. It moved to seperate branch 2019-10-31 17:01:19 +01:00
SingleRowFetcher.h Added preliminary minimal implementation of execute to DependencyProxy and SingleRowFetcher. Both untested and yet incomplete, they will only work for MVP. 2019-10-25 10:01:59 +02: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 produce inputRange 2019-11-08 15:55:48 +01:00
SortedCollectExecutor.h produce inputRange 2019-11-08 15:55:48 +01:00
SortingGatherExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SortingGatherExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
Stats.h activate early pruning (#10308) 2019-10-28 14:22:33 +01:00
SubqueryEndExecutionNode.cpp AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
SubqueryEndExecutionNode.h Subquery Start/End Nodes (#9983) 2019-09-25 12:35:18 +02:00
SubqueryEndExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SubqueryEndExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SubqueryExecutor.cpp Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
SubqueryExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02: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 Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02: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 AQL Subquery: MultiDependencyRowFetcher (#10101) 2019-10-10 13:08:02 +02:00
TraversalExecutor.h Replace template <bool blockPassthrough> (#10127) 2019-10-02 09:47:09 +02:00
TraversalNode.cpp Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02: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
V8Executor.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02: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 Decentralize includes (#9623) 2019-08-06 15:32:09 +02: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