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