Interface UnaryExecutableOp

All Superinterfaces:
ExecutableOperator, StatsProvider
All Known Implementing Classes:
BaseForExecOpBindJoin, BaseForExecOpBindJoinSPARQL, BaseForExecOpBindJoinWithRequestOps, BaseForExecOpIndexNestedLoopsJoin, BaseForExecOpIndexNestedLoopsJoinWithRequestOps, BaseForExecOpIndexNestedLoopsJoinWithRequests, BaseForExecOpIndexNestedLoopsJoinWithSolMapsRequests, BaseForExecOpIndexNestedLoopsJoinWithTPFRequests, ExecOpBindJoinBRTPF, ExecOpBindJoinSPARQLwithFILTER, ExecOpBindJoinSPARQLwithUNION, ExecOpBindJoinSPARQLwithVALUES, ExecOpFilter, ExecOpGlobalToLocal, ExecOpIndexNestedLoopsJoinBRTPF, ExecOpIndexNestedLoopsJoinSPARQL, ExecOpIndexNestedLoopsJoinTPF, ExecOpLocalToGlobal, ExecOpParallelMultiwayLeftJoin, UnaryExecutableOpBase, UnaryExecutableOpBaseWithIterator

public interface UnaryExecutableOp extends ExecutableOperator
A specialization of the ExecutableOperator interface that captures executable operators that consume a single input sequence of solution mappings (which are batched into several blocks).