Interface TwoNullableValueState
-
- All Superinterfaces:
AccumulatorState
- All Known Subinterfaces:
BooleanAndBlockPositionValueState,BooleanBooleanState,BooleanDoubleState,BooleanLongState,DoubleAndBlockPositionValueState,DoubleBooleanState,DoubleDoubleState,DoubleLongState,KeyAndBlockPositionValueState,LongAndBlockPositionValueState,LongBooleanState,LongDoubleState,LongLongState,ObjectAndBlockPositionValueState,ObjectBooleanState,ObjectDoubleState,ObjectLongState
public interface TwoNullableValueState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFirstNull()booleanisSecondNull()voidsetFirstNull(boolean firstNull)voidsetSecondNull(boolean secondNull)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-