Interface TriStateBooleanState
- All Superinterfaces:
AccumulatorState
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final byte -
Method Summary
Modifier and TypeMethodDescriptionbytegetValue()voidsetValue(byte value) static voidwrite(Type type, TriStateBooleanState state, BlockBuilder out) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Field Details
-
NULL_VALUE
static final byte NULL_VALUE- See Also:
-
TRUE_VALUE
static final byte TRUE_VALUE- See Also:
-
FALSE_VALUE
static final byte FALSE_VALUE- See Also:
-
-
Method Details
-
getValue
byte getValue() -
setValue
void setValue(byte value) -
write
-