public interface NullableDoubleState extends AccumulatorState
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble() |
boolean |
isNull() |
void |
setDouble(double value) |
void |
setNull(boolean value) |
static void |
write(Type type,
NullableDoubleState state,
BlockBuilder out) |
getEstimatedSizedouble getDouble()
void setDouble(double value)
boolean isNull()
void setNull(boolean value)
static void write(Type type, NullableDoubleState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.