public interface NullableLongState extends AccumulatorState
Modifier and Type | Method and Description |
---|---|
long |
getLong() |
boolean |
isNull() |
void |
setLong(long value) |
void |
setNull(boolean value) |
static void |
write(Type type,
NullableLongState state,
BlockBuilder out) |
getEstimatedSize
long getLong()
void setLong(long value)
boolean isNull()
void setNull(boolean value)
static void write(Type type, NullableLongState state, BlockBuilder out)
Copyright © 2012–2022. All rights reserved.