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