ColumnType
public class SkipColumnType extends AbstractColumnType
ColumnType
that can be used in a ColumnType[] for table
imports to instruct the system to skip (i.e. don't import) a columnBOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, TEXT, values
Modifier and Type | Method | Description |
---|---|---|
Column<Void> |
create(String name) |
Returns a column of this type with the given name
|
AbstractColumnParser<?> |
customParser(ReadOptions options) |
TODO: Research this method to provide a good comment
|
static SkipColumnType |
instance() |
Returns the singleton instance of this class
|
static Object |
missingValueIndicator() |
This method is not supported.
|
byteSize, equals, getPrinterFriendlyName, hashCode, name, toString
public static SkipColumnType instance()
public AbstractColumnParser<?> customParser(ReadOptions options)
public static Object missingValueIndicator() throws UnsupportedOperationException
UnsupportedOperationException
UnsupportedOperationException
Copyright © 2022. All rights reserved.