Uses of Class
org.apache.pinot.segment.local.customobject.AvgPair
-
Packages that use AvgPair Package Description org.apache.pinot.segment.local.aggregator org.apache.pinot.segment.local.customobject org.apache.pinot.segment.local.utils -
-
Uses of AvgPair in org.apache.pinot.segment.local.aggregator
Methods in org.apache.pinot.segment.local.aggregator that return AvgPair Modifier and Type Method Description AvgPairAvgValueAggregator. applyAggregatedValue(AvgPair value, AvgPair aggregatedValue)AvgPairAvgValueAggregator. applyRawValue(AvgPair value, Object rawValue)AvgPairAvgValueAggregator. cloneAggregatedValue(AvgPair value)AvgPairAvgValueAggregator. deserializeAggregatedValue(byte[] bytes)AvgPairAvgValueAggregator. getInitialAggregatedValue(Object rawValue)Methods in org.apache.pinot.segment.local.aggregator with parameters of type AvgPair Modifier and Type Method Description AvgPairAvgValueAggregator. applyAggregatedValue(AvgPair value, AvgPair aggregatedValue)AvgPairAvgValueAggregator. applyRawValue(AvgPair value, Object rawValue)AvgPairAvgValueAggregator. cloneAggregatedValue(AvgPair value)byte[]AvgValueAggregator. serializeAggregatedValue(AvgPair value) -
Uses of AvgPair in org.apache.pinot.segment.local.customobject
Methods in org.apache.pinot.segment.local.customobject that return AvgPair Modifier and Type Method Description static AvgPairAvgPair. fromByteBuffer(ByteBuffer byteBuffer)static AvgPairAvgPair. fromBytes(byte[] bytes)Methods in org.apache.pinot.segment.local.customobject with parameters of type AvgPair Modifier and Type Method Description voidAvgPair. apply(AvgPair avgPair)intAvgPair. compareTo(AvgPair avgPair) -
Uses of AvgPair in org.apache.pinot.segment.local.utils
Fields in org.apache.pinot.segment.local.utils with type parameters of type AvgPair Modifier and Type Field Description static CustomSerDeUtils.ObjectSerDe<AvgPair>CustomSerDeUtils. AVG_PAIR_SER_DE
-