public class ParseV3 extends SchemaV3<Iced,ParseV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
boolean |
blocking |
int |
check_header |
int |
chunk_size |
java.lang.String[] |
column_names |
java.lang.String[] |
column_types |
boolean |
delete_on_done |
KeyV3.FrameKeyV3 |
destination_frame |
java.lang.String[][] |
domains |
JobV3 |
job |
java.lang.String[][] |
na_strings |
int |
number_columns |
java.lang.String |
parse_type |
long |
rows |
byte |
separator |
boolean |
single_quotes |
KeyV3.FrameKeyV3[] |
source_frames |
__meta, _exclude_fields
Constructor and Description |
---|
ParseV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="Final frame name", required=true) public KeyV3.FrameKeyV3 destination_frame
@API(help="Source frames", required=true) public KeyV3.FrameKeyV3[] source_frames
@API(help="Parser type", valuesProvider=ParseTypeValuesProvider.class) public java.lang.String parse_type
@API(help="Check header: 0 means guess, +1 means 1st line is header not data, -1 means 1st line is data not header") public int check_header
@API(help="Block until the parse completes (as opposed to returning early and requiring polling") public boolean blocking