public class SettableLongColumnValueSelector extends Object implements SettableColumnValueSelector<Long>, LongColumnSelector
EMPTY_ARRAY| Constructor and Description |
|---|
SettableLongColumnValueSelector() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLong() |
boolean |
isNull()
Returns true if selected primitive value is null for
BaseFloatColumnValueSelector,
BaseLongColumnValueSelector and BaseDoubleColumnValueSelector otherwise false. |
void |
setValue(long value)
Optimized method for assigning timestamps, that are known to never be null
|
void |
setValueFrom(ColumnValueSelector<?> selector) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinspectRuntimeShapeclassOfObject, getDouble, getFloat, getObjectpublic void setValueFrom(ColumnValueSelector<?> selector)
setValueFrom in interface SettableColumnValueSelector<Long>public void setValue(long value)
public long getLong()
getLong in interface BaseLongColumnValueSelectorpublic boolean isNull()
BaseNullableColumnValueSelectorBaseFloatColumnValueSelector,
BaseLongColumnValueSelector and BaseDoubleColumnValueSelector otherwise false.isNull in interface BaseNullableColumnValueSelectorCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.