ColumnTypepublic class IntColumnType extends AbstractColumnType
| Modifier and Type | Field | 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 | 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, toStringcompare, 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 © 2021. All rights reserved.