public class InstantColumnType extends AbstractColumnType
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_SIZE |
static InstantParser |
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 |
|---|---|
InstantColumn |
create(String name) |
InstantParser |
customParser(ReadOptions options) |
static InstantColumnType |
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 int BYTE_SIZE
public static final InstantParser DEFAULT_PARSER
public static InstantColumnType instance()
public static boolean valueIsMissing(long value)
public InstantColumn create(String name)
public InstantParser customParser(ReadOptions options)
public static long missingValueIndicator()
Copyright © 2020. All rights reserved.