Interface DoubleAndBlockPositionValueState
-
- All Superinterfaces:
AccumulatorState,KeyAndBlockPositionValueState,TwoNullableValueState
public interface DoubleAndBlockPositionValueState extends KeyAndBlockPositionValueState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetFirst()voidsetFirst(double first)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
Methods inherited from interface io.trino.operator.aggregation.minmaxby.KeyAndBlockPositionValueState
getSecondBlock, getSecondPosition, setSecondBlock, setSecondPosition
-
Methods inherited from interface io.trino.operator.aggregation.minmaxby.TwoNullableValueState
isFirstNull, isSecondNull, setFirstNull, setSecondNull
-
-