protected static class Parser.InspectDataOut extends Iced
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String[][] |
_data |
protected int |
_invalidLines |
protected int |
_ncols |
protected int |
_nlines |
protected static int |
MAX_PREVIEW_COLS |
protected static int |
MAX_PREVIEW_LINES |
| Modifier | Constructor and Description |
|---|---|
protected |
Parser.InspectDataOut() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInvalidCol(int colIdx) |
void |
addNumCol(int colIdx,
double d) |
void |
addNumCol(int colIdx,
long number,
int exp) |
void |
addStrCol(int colIdx,
ValueString str) |
void |
invalidLine(java.lang.String err) |
boolean |
isString(int colIdx) |
void |
newLine() |
void |
rollbackLine() |
void |
setColumnNames(java.lang.String[] names) |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, frozenType, read_impl, read, readJSON_impl, readJSON, write_impl, write, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONprotected int _nlines
protected int _ncols
protected int _invalidLines
protected java.lang.String[][] _data
protected static final int MAX_PREVIEW_COLS
protected static final int MAX_PREVIEW_LINES
public void setColumnNames(java.lang.String[] names)
public void newLine()
public boolean isString(int colIdx)
public void addNumCol(int colIdx,
long number,
int exp)
public void addNumCol(int colIdx,
double d)
public void addInvalidCol(int colIdx)
public void addStrCol(int colIdx,
ValueString str)
public void rollbackLine()
public void invalidLine(java.lang.String err)