Uses of Class
com.omnisci.thrift.server.TDatumType
-
Packages that use TDatumType Package Description com.omnisci.jdbc com.omnisci.thrift.server -
-
Uses of TDatumType in com.omnisci.jdbc
Constructors in com.omnisci.jdbc with parameters of type TDatumType Constructor Description OmniSciArray(TDatumType type, Object[] elements) -
Uses of TDatumType in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TDatumType Modifier and Type Field Description TDatumTypeTCopyParams. geo_coords_typeTDatumTypeTRenderDatum. typeTDatumTypeTTypeInfo. typeMethods in com.omnisci.thrift.server that return TDatumType Modifier and Type Method Description static TDatumTypeTDatumType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TDatumTypeTCopyParams. getGeo_coords_type()TDatumTypeTRenderDatum. getType()TDatumTypeTTypeInfo. getType()static TDatumTypeTDatumType. valueOf(String name)Returns the enum constant of this type with the specified name.static TDatumType[]TDatumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.omnisci.thrift.server with parameters of type TDatumType Modifier and Type Method Description TCopyParamsTCopyParams. setGeo_coords_type(TDatumType geo_coords_type)TRenderDatumTRenderDatum. setType(TDatumType type)TTypeInfoTTypeInfo. setType(TDatumType type)Constructors in com.omnisci.thrift.server with parameters of type TDatumType Constructor Description 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, int source_srid, String s3_session_token)TRenderDatum(TDatumType type, int cnt, ByteBuffer value)TTypeInfo(TDatumType type, TEncodingType encoding, boolean nullable, boolean is_array, int precision, int scale, int comp_param)
-