ColumnType
public class ShortColumnType extends AbstractColumnType
Modifier and Type | Field | 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 | Description |
---|---|---|
ShortColumn |
create(String name) |
Returns a column of this type with the given name
|
ShortParser |
customParser(ReadOptions options) |
TODO: Research this method to provide a good comment
|
static ShortColumnType |
instance() |
|
static short |
missingValueIndicator() |
|
static boolean |
valueIsMissing(int value) |
byteSize, equals, getPrinterFriendlyName, hashCode, name, toString
public static final ShortParser DEFAULT_PARSER
public static ShortColumnType instance()
public ShortColumn create(String name)
ColumnType
public ShortParser customParser(ReadOptions options)
ColumnType
public static boolean valueIsMissing(int value)
public static short missingValueIndicator()
Copyright © 2022. All rights reserved.