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 315a7ba commit cac2a27Copy full SHA for cac2a27
arangod/Aql/SingleRowFetcher.cpp
@@ -243,7 +243,7 @@ bool SingleRowFetcher<blockPassthrough>::isAtShadowRow() const {
243
244
#ifndef ARANGODB_USE_GOOGLE_TESTS
245
template std::pair<ExecutionState, SharedAqlItemBlockPtr>
246
-SingleRowFetcher<BlockPassthrough::Enable>::fetchBlockForPassthrough(size_t atMost);
+SingleRowFetcher<BlockPassthrough::Enable>::fetchBlockForPassthrough<BlockPassthrough::Enable, void>(size_t atMost);
247
#endif
248
249
template class ::arangodb::aql::SingleRowFetcher<BlockPassthrough::Disable>;
0 commit comments