public class LongColumnType extends AbstractColumnType
| Modifier and Type | Field and Description |
|---|---|
static LongParser |
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 |
|---|---|
LongColumn |
create(String name) |
LongParser |
customParser(ReadOptions options) |
LongParser |
defaultParser() |
static LongColumnType |
instance() |
static long |
missingValueIndicator() |
static boolean |
valueIsMissing(long value) |
byteSize, equals, getPrinterFriendlyName, hashCode, name, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompare, register, valueOf, valuespublic 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 © 2020. All rights reserved.