Uses of Class
org.apache.pinot.query.runtime.operator.OpChain
-
Packages that use OpChain Package Description org.apache.pinot.query.runtime.executor org.apache.pinot.query.runtime.plan -
-
Uses of OpChain in org.apache.pinot.query.runtime.executor
Methods in org.apache.pinot.query.runtime.executor that return OpChain Modifier and Type Method Description OpChainOpChainScheduler. next(long time, TimeUnit timeUnit)Returns an OpChain that is ready to be run byOpChainSchedulerService, waiting for the given time if there are no such OpChains ready yet.Methods in org.apache.pinot.query.runtime.executor with parameters of type OpChain Modifier and Type Method Description voidOpChainScheduler. deregister(OpChain operatorChain)When the OpChain is finished, error or otherwise, deregister is called for it so the scheduler can do any required cleanup.voidOpChainScheduler. register(OpChain operatorChain)Registers a new OpChain with the scheduler.voidOpChainSchedulerService. register(OpChain operatorChain)voidOpChainScheduler. yield(OpChain opChain)Used byOpChainSchedulerServiceto indicate that a given OpChain can be suspended until it receives some data. -
Uses of OpChain in org.apache.pinot.query.runtime.plan
Methods in org.apache.pinot.query.runtime.plan that return OpChain Modifier and Type Method Description static OpChainPhysicalPlanVisitor. walkPlanNode(PlanNode node, OpChainExecutionContext context)
-