Interface NullaryExecutableOp

All Superinterfaces:
ExecutableOperator, StatsProvider
All Known Implementing Classes:
BaseForExecOpRequest, BaseForExecOpRequestWithPaging, BaseForExecOpRequestWithTPFPaging, BaseForExecOpTriplesRequest, ExecOpRequestBRTPF, ExecOpRequestOther, ExecOpRequestSPARQL, ExecOpRequestTPF, 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.