public static class CustomParser.ParserSetup extends Iced implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
_columnNames |
boolean |
_header |
int |
_ncols |
CustomParser.ParserType |
_pType |
byte |
_separator |
boolean |
_singleQuotes |
Modifier | Constructor and Description |
---|---|
|
CustomParser.ParserSetup() |
protected |
CustomParser.ParserSetup(CustomParser.ParserType t) |
|
CustomParser.ParserSetup(CustomParser.ParserType t,
byte sep,
boolean header) |
|
CustomParser.ParserSetup(CustomParser.ParserType t,
byte sep,
int ncolumns,
boolean header,
java.lang.String[] columnNames,
boolean singleQuotes) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
checkDupColumnNames() |
CustomParser.ParserSetup |
clone() |
boolean |
isCompatible(CustomParser.ParserSetup other) |
boolean |
isSpecified() |
CustomParser |
parser() |
java.lang.String |
toString() |
frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public final CustomParser.ParserType _pType
public final byte _separator
public boolean _header
public boolean _singleQuotes
public java.lang.String[] _columnNames
public final int _ncols
public CustomParser.ParserSetup()
protected CustomParser.ParserSetup(CustomParser.ParserType t)
public CustomParser.ParserSetup(CustomParser.ParserType t, byte sep, boolean header)
public CustomParser.ParserSetup(CustomParser.ParserType t, byte sep, int ncolumns, boolean header, java.lang.String[] columnNames, boolean singleQuotes)
public boolean isSpecified()
public java.util.Set<java.lang.String> checkDupColumnNames()
public CustomParser.ParserSetup clone()
public boolean isCompatible(CustomParser.ParserSetup other)
public CustomParser parser()
public java.lang.String toString()
toString
in class java.lang.Object