Interface NullableBooleanState
-
- All Superinterfaces:
AccumulatorState
public interface NullableBooleanState extends AccumulatorState
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBoolean()booleanisNull()voidsetBoolean(boolean value)voidsetNull(boolean value)static voidwrite(Type type, NullableBooleanState state, BlockBuilder out)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-
-
-
Method Detail
-
getBoolean
boolean getBoolean()
-
setBoolean
void setBoolean(boolean value)
-
isNull
boolean isNull()
-
setNull
void setNull(boolean value)
-
write
static void write(Type type, NullableBooleanState state, BlockBuilder out)
-
-