result.add(leftItem);
}
}
// if the operator is in a cycle: it is no problem if the left operand gets new bindings...
this.operands[0] = new ParallelIteratorMultipleQueryResults();
for (final OperatorIDTuple opId : this.succeedingOperators) {
opId.processAll(result);
}
} else if (!this.operands[0].isEmpty()) { // happens when the group constraint which follows the minus is empty
final QueryResult result = this.operands[0].getQueryResult();
// if the operator is in a cycle: it is no problem if the left operand gets new bindings...
this.operands[0] = new ParallelIteratorMultipleQueryResults();
for (final OperatorIDTuple opId : this.succeedingOperators) {
opId.processAll(result);
}
}