public class BooleanColumnType extends AbstractColumnType
| Modifier and Type | Field and Description |
|---|---|
static byte |
BYTE_FALSE |
static byte |
BYTE_TRUE |
static BooleanParser |
DEFAULT_PARSER |
static byte |
MISSING_VALUE |
BOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, TEXT, values| Modifier and Type | Method and Description |
|---|---|
BooleanColumn |
create(String name) |
BooleanParser |
customParser(ReadOptions readOptions) |
static BooleanColumnType |
instance() |
static byte |
missingValueIndicator() |
byteSize, equals, getPrinterFriendlyName, hashCode, name, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompare, register, valueOf, valuespublic static final BooleanParser DEFAULT_PARSER
public static final byte MISSING_VALUE
public static final byte BYTE_TRUE
public static final byte BYTE_FALSE
public static BooleanColumnType instance()
public BooleanColumn create(String name)
public BooleanParser customParser(ReadOptions readOptions)
public static byte missingValueIndicator()
Copyright © 2019. All rights reserved.