Uses of Class
com.mapd.thrift.server.MapD.create_table_args
-
Packages that use MapD.create_table_args Package Description com.mapd.thrift.server -
-
Uses of MapD.create_table_args in com.mapd.thrift.server
Methods in com.mapd.thrift.server that return MapD.create_table_args Modifier and Type Method Description MapD.create_table_argsMapD.create_table_args. deepCopy()MapD.create_table_argsMapD.AsyncProcessor.create_table. getEmptyArgsInstance()MapD.create_table_argsMapD.Processor.create_table. getEmptyArgsInstance()MapD.create_table_argsMapD.create_table_args. setCreate_params(TCreateParams create_params)MapD.create_table_argsMapD.create_table_args. setFile_type(TFileType file_type)MapD.create_table_argsMapD.create_table_args. setRow_desc(List<TColumnType> row_desc)MapD.create_table_argsMapD.create_table_args. setSession(String session)MapD.create_table_argsMapD.create_table_args. setTable_name(String table_name)Methods in com.mapd.thrift.server with parameters of type MapD.create_table_args Modifier and Type Method Description intMapD.create_table_args. compareTo(MapD.create_table_args other)booleanMapD.create_table_args. equals(MapD.create_table_args that)MapD.create_table_resultMapD.Processor.create_table. getResult(I iface, MapD.create_table_args args)voidMapD.AsyncProcessor.create_table. start(I iface, MapD.create_table_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in com.mapd.thrift.server with parameters of type MapD.create_table_args Constructor Description create_table_args(MapD.create_table_args other)Performs a deep copy on other.
-