public class DoubleColumnType extends AbstractColumnType
| Modifier and Type | Field and Description |
|---|---|
static DoubleParser |
DEFAULT_PARSER |
BOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, TEXT, values| Modifier and Type | Method and Description |
|---|---|
DoubleColumn |
create(String name) |
DoubleParser |
customParser(ReadOptions options) |
static DoubleColumnType |
instance() |
static boolean |
isMissingValue(double value)
Deprecated.
Please use valueIsMissing(double) instead
|
static double |
missingValueIndicator() |
static boolean |
valueIsMissing(double value) |
byteSize, equals, getPrinterFriendlyName, hashCode, name, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompare, register, valueOf, valuespublic static final DoubleParser DEFAULT_PARSER
public static DoubleColumnType instance()
public DoubleColumn create(String name)
public DoubleParser customParser(ReadOptions options)
public static boolean valueIsMissing(double value)
@Deprecated public static boolean isMissingValue(double value)
public static double missingValueIndicator()
Copyright © 2020. All rights reserved.