Uses of Class
org.apache.pinot.query.runtime.plan.server.ServerPlanRequestContext
-
Packages that use ServerPlanRequestContext Package Description org.apache.pinot.query.runtime.plan.server -
-
Uses of ServerPlanRequestContext in org.apache.pinot.query.runtime.plan.server
Methods in org.apache.pinot.query.runtime.plan.server that return types with arguments of type ServerPlanRequestContext 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.
-