Interface NullaryExecutableOp

All Superinterfaces:
ExecutableOperator, StatsProvider
All Known Implementing Classes:
BaseForExecOpRequest, BaseForExecOpRequestWithPaging, BaseForExecOpRequestWithTPFPaging, BaseForExecOpSolMapsRequest, BaseForExecOpTriplePatternRequestWithTPF, BaseForExecOpTriplesRequest, ExecOpRequestBRTPF, ExecOpRequestSPARQL, ExecOpRequestTPFatBRTPFServer, ExecOpRequestTPFatTPFServer, NullaryExecutableOpBase

public interface NullaryExecutableOp extends ExecutableOperator
A specialization of the ExecutableOperator interface that captures executable operators that do not consume any input produced by other operators; hence, these operators are the leaf nodes in a tree representation of query execution plans.