ColumnType
public class DoubleColumnType extends AbstractColumnType
ColumnType
for DoubleColumn
Modifier and Type | Field | Description |
---|---|---|
static DoubleParser |
DEFAULT_PARSER |
Returns the default parser for DoubleColumn
|
BOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, TEXT, values
Modifier and Type | Method | Description |
---|---|---|
DoubleColumn |
create(String name) |
Returns a column of this type with the given name
|
DoubleParser |
customParser(ReadOptions options) |
TODO: Research this method to provide a good comment
|
static DoubleColumnType |
instance() |
Returns the singleton instance of DoubleColumnType
|
static boolean |
isMissingValue(double value) |
Deprecated.
Please use valueIsMissing(double) instead
|
static double |
missingValueIndicator() |
Returns the missing value indicator for this column type NOTE: Clients should use
valueIsMissing(double) to test for missing value indicators |
static boolean |
valueIsMissing(double value) |
Returns true if the given value is the missing value indicator for this column type
|
byteSize, equals, getPrinterFriendlyName, hashCode, name, toString
public 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()
valueIsMissing(double)
to test for missing value indicatorsCopyright © 2022. All rights reserved.