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