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