Uses of Class
org.apache.pinot.query.runtime.plan.StageMetadata
-
Packages that use StageMetadata Package Description org.apache.pinot.query.runtime.plan -
-
Uses of StageMetadata in org.apache.pinot.query.runtime.plan
Methods in org.apache.pinot.query.runtime.plan that return StageMetadata Modifier and Type Method Description StageMetadataStageMetadata.Builder. build()StageMetadataDistributedStagePlan. getStageMetadata()StageMetadataOpChainExecutionContext. getStageMetadata()Methods in org.apache.pinot.query.runtime.plan with parameters of type StageMetadata Modifier and Type Method Description static StringStageMetadata. getTableName(StageMetadata metadata)static TimeBoundaryInfoStageMetadata. getTimeBoundary(StageMetadata metadata)voidDistributedStagePlan. setStageMetadata(StageMetadata stageMetadata)Constructors in org.apache.pinot.query.runtime.plan with parameters of type StageMetadata Constructor Description DistributedStagePlan(int stageId, VirtualServerAddress server, PlanNode stageRoot, StageMetadata stageMetadata)OpChainExecutionContext(MailboxService mailboxService, long requestId, int stageId, VirtualServerAddress server, long deadlineMs, Map<String,String> requestMetadata, StageMetadata stageMetadata, PipelineBreakerResult pipelineBreakerResult)
-