Uses of Class
org.apache.pinot.query.runtime.plan.DistributedStagePlan
-
-
Uses of DistributedStagePlan in org.apache.pinot.query.runtime
Methods in org.apache.pinot.query.runtime with parameters of type DistributedStagePlan Modifier and Type Method Description voidQueryRunner. processQuery(DistributedStagePlan distributedStagePlan, Map<String,String> requestMetadata)Execute aDistributedStagePlan. -
Uses of DistributedStagePlan in org.apache.pinot.query.runtime.plan
Methods in org.apache.pinot.query.runtime.plan with parameters of type DistributedStagePlan Modifier and Type Method Description static booleanDistributedStagePlan. isLeafStage(DistributedStagePlan distributedStagePlan) -
Uses of DistributedStagePlan in org.apache.pinot.query.runtime.plan.pipeline
Methods in org.apache.pinot.query.runtime.plan.pipeline with parameters of type DistributedStagePlan Modifier and Type Method Description static PipelineBreakerResultPipelineBreakerExecutor. executePipelineBreakers(OpChainSchedulerService scheduler, MailboxService mailboxService, DistributedStagePlan distributedStagePlan, Map<String,String> requestMetadata, long requestId, long deadlineMs)Execute a pipeline breaker and collect the results (synchronously). -
Uses of DistributedStagePlan in org.apache.pinot.query.runtime.plan.serde
Methods in org.apache.pinot.query.runtime.plan.serde that return types with arguments of type DistributedStagePlan Modifier and Type Method Description static List<DistributedStagePlan>QueryPlanSerDeUtils. deserializeStagePlan(Worker.QueryRequest request) -
Uses of DistributedStagePlan in org.apache.pinot.query.runtime.plan.server
Methods in org.apache.pinot.query.runtime.plan.server with parameters of type DistributedStagePlan Modifier and Type Method Description static List<ServerPlanRequestContext>ServerPlanRequestUtils. constructServerQueryRequests(OpChainExecutionContext executionContext, DistributedStagePlan distributedStagePlan, org.apache.helix.store.zk.ZkHelixPropertyStore<org.apache.helix.zookeeper.datamodel.ZNRecord> helixPropertyStore)Entry point to construct aServerPlanRequestContextfor executing leaf-stage runner.
-