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