Skip to content

Commit

Permalink
# Conflicts:
Browse files Browse the repository at this point in the history
#	js/common/modules/@arangodb/graph/graphs-generation.js
#	js/common/modules/@arangodb/graph/pregel-test-helpers.js
#	tests/js/common/shell/shell-pregel-components-nightly.js
#	tests/js/common/shell/shell-pregel-components.js
  • Loading branch information
romanatarango committed Jul 6, 2022
1 parent 3501fef commit ffb0cf2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 492 deletions.
198 changes: 0 additions & 198 deletions arangod/Aql/AqlItemBlockInputMatrix.cpp

This file was deleted.

91 changes: 0 additions & 91 deletions arangod/Aql/AqlItemBlockInputMatrix.h

This file was deleted.

6 changes: 2 additions & 4 deletions arangod/Aql/ExecutionBlockImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1390,8 +1390,7 @@ auto ExecutionBlockImpl<Executor>::executeFastForward(
auto [state, stats, skippedLocal, call] =
executeSkipRowsRange(_lastRange, clientCall);

if constexpr (is_one_of_v<DataRange, AqlItemBlockInputMatrix,
MultiAqlItemBlockInputRange>) {
if constexpr (std::is_same_v<DataRange, MultiAqlItemBlockInputRange>) {
// The executor will have used all rows.
// However we need to drop them from the input
// here.
Expand All @@ -1409,8 +1408,7 @@ auto ExecutionBlockImpl<Executor>::executeFastForward(
auto [state, stats, skippedLocal, call] =
executeSkipRowsRange(_lastRange, dummy);

if constexpr (is_one_of_v<DataRange, AqlItemBlockInputMatrix,
MultiAqlItemBlockInputRange>) {
if constexpr (std::is_same_v<DataRange, MultiAqlItemBlockInputRange>) {
// The executor will have used all rows.
// However we need to drop them from the input
// here.
Expand Down
Loading

0 comments on commit ffb0cf2

Please sign in to comment.