public class SettableDoubleColumnValueSelector extends Object implements SettableColumnValueSelector<Double>, DoubleColumnSelector
EMPTY_ARRAY| Constructor and Description |
|---|
SettableDoubleColumnValueSelector() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble() |
boolean |
isNull()
Returns true if the primitive long, double, or float value returned by this selector should be treated as null.
|
void |
setValueFrom(ColumnValueSelector<?> selector) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinspectRuntimeShapeclassOfObject, getFloat, getLong, getObjectpublic void setValueFrom(ColumnValueSelector<?> selector)
setValueFrom in interface SettableColumnValueSelector<Double>public double getDouble()
getDouble in interface BaseDoubleColumnValueSelectorpublic boolean isNull()
BaseNullableColumnValueSelectorBaseLongColumnValueSelector.getLong(), BaseDoubleColumnValueSelector.getDouble()
and BaseFloatColumnValueSelector.getFloat() must check this method first, or else they may improperly
use placeholder values returned by the primitive get methods.
Users of BaseObjectColumnValueSelector.getObject() should not call this method. Instead, call "getObject"
and check if it is null.isNull in interface BaseNullableColumnValueSelectorCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.