Interface BooleanBooleanState
-
- All Superinterfaces:
AccumulatorState,TwoNullableValueState
public interface BooleanBooleanState extends TwoNullableValueState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetFirst()booleangetSecond()voidsetFirst(boolean first)voidsetSecond(boolean second)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
Methods inherited from interface io.trino.operator.aggregation.minmaxby.TwoNullableValueState
isFirstNull, isSecondNull, setFirstNull, setSecondNull
-
-