Uses of Class
org.apache.pinot.segment.local.customobject.MinMaxRangePair
-
Packages that use MinMaxRangePair Package Description org.apache.pinot.segment.local.aggregator org.apache.pinot.segment.local.customobject org.apache.pinot.segment.local.utils -
-
Uses of MinMaxRangePair in org.apache.pinot.segment.local.aggregator
Methods in org.apache.pinot.segment.local.aggregator that return MinMaxRangePair Modifier and Type Method Description MinMaxRangePairMinMaxRangeValueAggregator. applyAggregatedValue(MinMaxRangePair value, MinMaxRangePair aggregatedValue)MinMaxRangePairMinMaxRangeValueAggregator. applyRawValue(MinMaxRangePair value, Object rawValue)MinMaxRangePairMinMaxRangeValueAggregator. cloneAggregatedValue(MinMaxRangePair value)MinMaxRangePairMinMaxRangeValueAggregator. deserializeAggregatedValue(byte[] bytes)MinMaxRangePairMinMaxRangeValueAggregator. getInitialAggregatedValue(Object rawValue)Methods in org.apache.pinot.segment.local.aggregator with parameters of type MinMaxRangePair Modifier and Type Method Description MinMaxRangePairMinMaxRangeValueAggregator. applyAggregatedValue(MinMaxRangePair value, MinMaxRangePair aggregatedValue)MinMaxRangePairMinMaxRangeValueAggregator. applyRawValue(MinMaxRangePair value, Object rawValue)MinMaxRangePairMinMaxRangeValueAggregator. cloneAggregatedValue(MinMaxRangePair value)byte[]MinMaxRangeValueAggregator. serializeAggregatedValue(MinMaxRangePair value) -
Uses of MinMaxRangePair in org.apache.pinot.segment.local.customobject
Methods in org.apache.pinot.segment.local.customobject that return MinMaxRangePair Modifier and Type Method Description static MinMaxRangePairMinMaxRangePair. fromByteBuffer(ByteBuffer byteBuffer)static MinMaxRangePairMinMaxRangePair. fromBytes(byte[] bytes)Methods in org.apache.pinot.segment.local.customobject with parameters of type MinMaxRangePair Modifier and Type Method Description voidMinMaxRangePair. apply(MinMaxRangePair minMaxRangePair)intMinMaxRangePair. compareTo(MinMaxRangePair minMaxRangePair) -
Uses of MinMaxRangePair in org.apache.pinot.segment.local.utils
Fields in org.apache.pinot.segment.local.utils with type parameters of type MinMaxRangePair Modifier and Type Field Description static CustomSerDeUtils.ObjectSerDe<MinMaxRangePair>CustomSerDeUtils. MIN_MAX_RANGE_PAIR_SER_DE
-