8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc8ecb commit 6e9ddf6Copy full SHA for 6e9ddf6
arangod/Aql/SingleRowFetcher.h
@@ -95,7 +95,7 @@ class SingleRowFetcher {
95
// and the global state (like fetchShadowRow()).
96
// Currently necessary only in the SubqueryStartExecutor.
97
[[nodiscard]] RowWithStates fetchRowWithGlobalState(
98
- size_t atMost = ExecutionBlock::DefaultBatchSize());
+ size_t atMost = ExecutionBlock::DefaultBatchSize);
99
100
// NOLINTNEXTLINE google-default-arguments
101
[[nodiscard]] TEST_VIRTUAL std::pair<ExecutionState, ShadowAqlItemRow> fetchShadowRow(
0 commit comments