Uses of Class
org.apache.pinot.query.runtime.operator.OperatorStats
-
Packages that use OperatorStats Package Description org.apache.pinot.query.runtime.blocks org.apache.pinot.query.runtime.operator org.apache.pinot.query.runtime.operator.utils -
-
Uses of OperatorStats in org.apache.pinot.query.runtime.blocks
Methods in org.apache.pinot.query.runtime.blocks that return types with arguments of type OperatorStats Modifier and Type Method Description Map<String,OperatorStats>TransferableBlock. getResultMetadata() -
Uses of OperatorStats in org.apache.pinot.query.runtime.operator
Methods in org.apache.pinot.query.runtime.operator that return OperatorStats Modifier and Type Method Description OperatorStatsOpChainStats. getOperatorStats(OpChainExecutionContext context, String operatorId)Methods in org.apache.pinot.query.runtime.operator that return types with arguments of type OperatorStats Modifier and Type Method Description ConcurrentHashMap<String,OperatorStats>OpChainStats. getOperatorStatsMap() -
Uses of OperatorStats in org.apache.pinot.query.runtime.operator.utils
Methods in org.apache.pinot.query.runtime.operator.utils that return OperatorStats Modifier and Type Method Description static OperatorStatsOperatorUtils. operatorStatsFromJson(String json)Methods in org.apache.pinot.query.runtime.operator.utils that return types with arguments of type OperatorStats Modifier and Type Method Description static Map<String,OperatorStats>OperatorUtils. getOperatorStatsFromMetadata(MetadataBlock metadataBlock)Methods in org.apache.pinot.query.runtime.operator.utils with parameters of type OperatorStats Modifier and Type Method Description static StringOperatorUtils. operatorStatsToJson(OperatorStats operatorStats)static voidOperatorUtils. recordTableName(OperatorStats operatorStats, DispatchablePlanFragment dispatchablePlanFragment)Method parameters in org.apache.pinot.query.runtime.operator.utils with type arguments of type OperatorStats Modifier and Type Method Description static Map<String,String>OperatorUtils. getMetadataFromOperatorStats(Map<String,OperatorStats> operatorStatsMap)
-