public class TimeColumnType extends AbstractColumnType
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_SIZE |
static TimeParser |
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 |
|---|---|
TimeColumn |
create(String name) |
AbstractColumnParser<LocalTime> |
customParser(ReadOptions options) |
static TimeColumnType |
instance() |
static int |
missingValueIndicator() |
byteSize, equals, getPrinterFriendlyName, hashCode, name, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompare, register, valueOf, valuespublic static final int BYTE_SIZE
public static final TimeParser DEFAULT_PARSER
public static TimeColumnType instance()
public TimeColumn create(String name)
public AbstractColumnParser<LocalTime> customParser(ReadOptions options)
public static int missingValueIndicator()
Copyright © 2019. All rights reserved.