Interface NullableBooleanState
- All Superinterfaces:
AccumulatorState,NullableState
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()booleanisNull()default voidset(NullableBooleanState state) voidsetNull(boolean value) voidsetValue(boolean value) static voidwrite(Type type, NullableBooleanState state, BlockBuilder out) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getValue
boolean getValue() -
setValue
void setValue(boolean value) -
isNull
boolean isNull()- Specified by:
isNullin interfaceNullableState
-
setNull
void setNull(boolean value) -
set
-
write
-