8000 Activate CalculationExecutors (#11177) · arangodb/arangodb@2262370 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2262370

Browse files
authored
Activate CalculationExecutors (#11177)
1 parent 9bb106d commit 2262370

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arangod/Aql/ExecutionBlockImpl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ constexpr bool isNewStyleExecutor = is_one_of_v<
138138
Executor, FilterExecutor, SortedCollectExecutor, IdExecutor<ConstFetcher>,
139139
IdExecutor<SingleRowFetcher<BlockPassthrough::Enable>>, ReturnExecutor, DistinctCollectExecutor, IndexExecutor, EnumerateCollectionExecutor,
140140
SubqueryExecutor<true>, SubqueryExecutor<false>, CountCollectExecutor,
141-
// TODO: re-enable after new subquery end & start are implemented
142-
// CalculationExecutor<CalculationType::Condition>, CalculationExecutor<CalculationType::Reference>, CalculationExecutor<CalculationType::V8Condition>,
141+
CalculationExecutor<CalculationType::Condition>, CalculationExecutor<CalculationType::Reference>, CalculationExecutor<CalculationType::V8Condition>,
143142
HashedCollectExecutor, ConstrainedSortExecutor,
144143
#ifdef ARANGODB_USE_GOOGLE_TESTS
145144
TestLambdaExecutor,

0 commit comments

Comments
 (0)
0