Uses of Class
com.mapd.thrift.server.MapD.load_table_binary_args
-
Packages that use MapD.load_table_binary_args Package Description com.mapd.thrift.server -
-
Uses of MapD.load_table_binary_args in com.mapd.thrift.server
Methods in com.mapd.thrift.server that return MapD.load_table_binary_args Modifier and Type Method Description MapD.load_table_binary_argsMapD.load_table_binary_args. deepCopy()MapD.load_table_binary_argsMapD.AsyncProcessor.load_table_binary. getEmptyArgsInstance()MapD.load_table_binary_argsMapD.Processor.load_table_binary. getEmptyArgsInstance()MapD.load_table_binary_argsMapD.load_table_binary_args. setRows(List<TRow> rows)MapD.load_table_binary_argsMapD.load_table_binary_args. setSession(String session)MapD.load_table_binary_argsMapD.load_table_binary_args. setTable_name(String table_name)Methods in com.mapd.thrift.server with parameters of type MapD.load_table_binary_args Modifier and Type Method Description intMapD.load_table_binary_args. compareTo(MapD.load_table_binary_args other)booleanMapD.load_table_binary_args. equals(MapD.load_table_binary_args that)MapD.load_table_binary_resultMapD.Processor.load_table_binary. getResult(I iface, MapD.load_table_binary_args args)voidMapD.AsyncProcessor.load_table_binary. start(I iface, MapD.load_table_binary_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in com.mapd.thrift.server with parameters of type MapD.load_table_binary_args Constructor Description load_table_binary_args(MapD.load_table_binary_args other)Performs a deep copy on other.
-