ColumnType
public class LongColumnType extends AbstractColumnType
ColumnType
for LongColumn
Modifier and Type | Field | Description |
---|---|---|
static LongParser |
DEFAULT_PARSER |
The default parser for LongColumn
|
BOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, TEXT, values
Modifier and Type | Method | Description |
---|---|---|
LongColumn |
create(String name) |
Returns a column of this type with the given name
|
LongParser |
customParser(ReadOptions options) |
TODO: Research this method to provide a good comment
|
LongParser |
defaultParser() |
Returns the default parser used to convert strings to long values
|
static LongColumnType |
instance() |
Returns the singleton instance of LongColumnType
|
static long |
missingValueIndicator() |
Returns the missing value indicator for this column type NOTE:
|
static boolean |
valueIsMissing(long 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 LongParser DEFAULT_PARSER
public static LongColumnType instance()
public LongColumn create(String name)
public LongParser defaultParser()
public LongParser customParser(ReadOptions options)
public static boolean valueIsMissing(long value)
public static long missingValueIndicator()
Copyright © 2022. All rights reserved.