Interface BinaryExecutableOp

All Superinterfaces:
ExecutableOperator, StatsProvider
All Known Implementing Classes:
BinaryExecutableOpBase, ExecOpBinaryUnion, ExecOpHashJoin, ExecOpHashRJoin, ExecOpNaiveNestedLoopsJoin, ExecOpSymmetricHashJoin

public interface BinaryExecutableOp extends ExecutableOperator
A specialization of the ExecutableOperator interface that captures executable operators that consume a pair of two sequences of solution mappings (which both are batched into several blocks of solution mappings).