Interface NaryExecutableOp

All Superinterfaces:
ExecutableOperator, StatsProvider
All Known Implementing Classes:
ExecOpMultiwayUnion, NaryExecutableOpBase

public interface NaryExecutableOp extends ExecutableOperator
A specialization of the ExecutableOperator interface that captures executable operators that consume an arbitrary number of sequences of solution mappings (where each such sequence is batched into several blocks of solution mappings).