public static class CustomParser.ParserSetup extends Iced implements java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
CustomParser.ParserSetup.Coltype |
static class |
CustomParser.ParserSetup.TypeInfo |
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
_columnNames |
boolean |
_hashHeader |
boolean |
_header |
double[] |
_max |
double[] |
_min |
int |
_missing |
int |
_ncols |
int |
_nnums |
int |
_nstr |
int |
_nzeros |
CustomParser.ParserType |
_pType |
byte |
_separator |
boolean |
_singleQuotes |
java.lang.String[][] |
domains |
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,
boolean header,
boolean hashHeader,
boolean singleQuotes) |
|
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 _hashHeader
public boolean _singleQuotes
public java.lang.String[] _columnNames
public final int _ncols
public java.lang.String[][] domains
public double[] _min
public double[] _max
public int _nnums
public int _nstr
public int _missing
public int _nzeros
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, boolean header, boolean hashHeader, boolean singleQuotes)
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