Interface GenericBooleanState
- All Superinterfaces:
AccumulatorState
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()booleanisNull()default voidset(GenericBooleanState state) voidsetNull(boolean value) voidsetValue(boolean value) static voidwrite(Type type, GenericBooleanState 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() -
setNull
void setNull(boolean value) -
set
-
write
-