Uses of Class
org.apache.pinot.query.runtime.operator.OpChainId
-
Packages that use OpChainId Package Description org.apache.pinot.query.runtime.executor org.apache.pinot.query.runtime.operator org.apache.pinot.query.runtime.plan -
-
Uses of OpChainId in org.apache.pinot.query.runtime.executor
Methods in org.apache.pinot.query.runtime.executor with parameters of type OpChainId Modifier and Type Method Description voidOpChainScheduler. onDataAvailable(OpChainId opChainId)A callback called whenever data is received for the given opChain. -
Uses of OpChainId in org.apache.pinot.query.runtime.operator
Methods in org.apache.pinot.query.runtime.operator that return OpChainId Modifier and Type Method Description OpChainIdOpChain. getId()Constructor parameters in org.apache.pinot.query.runtime.operator with type arguments of type OpChainId Constructor Description OpChain(OpChainExecutionContext context, MultiStageOperator root, Consumer<OpChainId> finishCallback) -
Uses of OpChainId in org.apache.pinot.query.runtime.plan
Methods in org.apache.pinot.query.runtime.plan that return OpChainId Modifier and Type Method Description OpChainIdOpChainExecutionContext. getId()
-