Uses of Class
org.apache.pinot.query.runtime.operator.OpChainStats
-
Packages that use OpChainStats Package Description org.apache.pinot.query.runtime.operator org.apache.pinot.query.runtime.plan org.apache.pinot.query.runtime.plan.pipeline -
-
Uses of OpChainStats in org.apache.pinot.query.runtime.operator
Fields in org.apache.pinot.query.runtime.operator declared as OpChainStats Modifier and Type Field Description protected OpChainStatsMultiStageOperator. _opChainStatsMethods in org.apache.pinot.query.runtime.operator that return OpChainStats Modifier and Type Method Description OpChainStatsOpChain. getStats() -
Uses of OpChainStats in org.apache.pinot.query.runtime.plan
Methods in org.apache.pinot.query.runtime.plan that return OpChainStats Modifier and Type Method Description OpChainStatsOpChainExecutionContext. getStats() -
Uses of OpChainStats in org.apache.pinot.query.runtime.plan.pipeline
Methods in org.apache.pinot.query.runtime.plan.pipeline that return OpChainStats Modifier and Type Method Description OpChainStatsPipelineBreakerResult. getOpChainStats()Constructors in org.apache.pinot.query.runtime.plan.pipeline with parameters of type OpChainStats Constructor Description PipelineBreakerResult(Map<PlanNode,Integer> nodeIdMap, Map<Integer,List<TransferableBlock>> resultMap, TransferableBlock errorBlock, OpChainStats opChainStats)
-