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