Uses of Class
com.mapd.thrift.server.TFileType
-
Packages that use TFileType Package Description com.mapd.thrift.server -
-
Uses of TFileType in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TFileType Modifier and Type Field Description TFileTypeMapD.create_table_args. file_typeTFileTypeTCopyParams. file_typeMethods in com.mapd.thrift.server that return TFileType Modifier and Type Method Description static TFileTypeTFileType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TFileTypeMapD.create_table_args. getFile_type()TFileTypeTCopyParams. getFile_type()static TFileTypeTFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static TFileType[]TFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mapd.thrift.server with parameters of type TFileType Modifier and Type Method Description voidMapD.AsyncClient. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.AsyncIface. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMapD.Client. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)voidMapD.Iface. create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)voidMapD.Client. send_create_table(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)MapD.create_table_argsMapD.create_table_args. setFile_type(TFileType file_type)TCopyParamsTCopyParams. setFile_type(TFileType file_type)Constructors in com.mapd.thrift.server with parameters of type TFileType Constructor Description create_table_args(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params)create_table_call(String session, String table_name, List<TColumnType> row_desc, TFileType file_type, TCreateParams create_params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCopyParams(String delimiter, String null_str, TImportHeaderRow has_header, boolean quoted, String quote, String escape, String line_delim, String array_delim, String array_begin, String array_end, int threads, TFileType file_type, String s3_access_key, String s3_secret_key, String s3_region, TEncodingType geo_coords_encoding, int geo_coords_comp_param, TDatumType geo_coords_type, int geo_coords_srid, boolean sanitize_column_names, String geo_layer_name, String s3_endpoint, boolean geo_assign_render_groups, boolean geo_explode_collections)
-