public class ParseV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
boolean |
blocking
Block until the parse completes (as opposed to returning early and requiring polling
|
int |
check_header
Check header: 0 means guess, +1 means 1st line is header not data, -1 means 1st line is data not header
|
int |
chunk_size
Size of individual parse tasks
|
java.lang.String[] |
column_names
Column names
|
java.lang.String[] |
column_types
Value types for columns
|
boolean |
delete_on_done
Delete input key after parse
|
FrameKeyV3 |
destination_frame
Final frame name
|
java.lang.String[][] |
domains
Domains for categorical columns
|
JobV3 |
job
Parse job
|
java.lang.String[][] |
na_strings
NA strings for columns
|
int |
number_columns
Number of columns
|
ApiParseTypeValuesProvider |
parse_type
Parser type
|
long |
rows
Rows
|
byte |
separator
Field separator
|
boolean |
single_quotes
Single Quotes
|
FrameKeyV3[] |
source_frames
Source frames
|
_exclude_fields| Constructor and Description |
|---|
ParseV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 destination_frame
public FrameKeyV3[] source_frames
public ApiParseTypeValuesProvider parse_type
public byte separator
public boolean single_quotes
public int check_header
public int number_columns
public java.lang.String[] column_names
public java.lang.String[] column_types
public java.lang.String[][] domains
public java.lang.String[][] na_strings
public int chunk_size
public boolean delete_on_done
public boolean blocking
public JobV3 job
public long rows
public java.lang.String toString()
toString in class RequestSchema