public class SaveToHiveTableV3 extends RequestSchemaV3<Iced,SaveToHiveTableV3>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
SaveToHiveTableHandler.HiveFrameSaver.Format |
format |
KeyV3.FrameKeyV3 |
frame_id |
java.lang.String |
jdbc_url |
java.lang.String |
table_name |
java.lang.String |
table_path |
java.lang.String |
tmp_path |
_exclude_fields
Constructor and Description |
---|
SaveToHiveTableV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, 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, toJsonBytes, toJsonString, write, writeExternal
@API(help="H2O Frame ID", required=true) public KeyV3.FrameKeyV3 frame_id
@API(help="Name of table to save data to.", required=true) public java.lang.String table_name
@API(help="HDFS Path to where the table should be stored.") public java.lang.String table_path
@API(help="Storage format of the created table.", values={"CSV","PARQUET"}) public SaveToHiveTableHandler.HiveFrameSaver.Format format