Package tech.tablesaw.columns
Class SkipColumnType
- java.lang.Object
-
- tech.tablesaw.columns.AbstractColumnType
-
- tech.tablesaw.columns.SkipColumnType
-
- All Implemented Interfaces:
ColumnType
public class SkipColumnType extends AbstractColumnType
A specialColumnTypethat can be used in a ColumnType[] for table imports to instruct the system to skip (i.e. don't import) a column
-
-
Field Summary
-
Fields inherited from interface tech.tablesaw.api.ColumnType
BOOLEAN, DOUBLE, FLOAT, INSTANT, INTEGER, LOCAL_DATE, LOCAL_DATE_TIME, LOCAL_TIME, LONG, SHORT, SKIP, STRING, values
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Column<Void>create(String name)Returns a column of this type with the given nameAbstractColumnParser<?>customParser(ReadOptions options)TODO: Research this method to provide a good commentstatic SkipColumnTypeinstance()Returns the singleton instance of this classstatic ObjectmissingValueIndicator()This method is not supported.-
Methods inherited from class tech.tablesaw.columns.AbstractColumnType
byteSize, equals, getPrinterFriendlyName, hashCode, name, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface tech.tablesaw.api.ColumnType
compare
-
-
-
-
Method Detail
-
instance
public static SkipColumnType instance()
Returns the singleton instance of this class
-
customParser
public AbstractColumnParser<?> customParser(ReadOptions options)
TODO: Research this method to provide a good comment
-
missingValueIndicator
public static Object missingValueIndicator() throws UnsupportedOperationException
This method is not supported. It will always throwUnsupportedOperationException- Throws:
UnsupportedOperationException
-
-