Package io.trino.plugin.hive.metastore
Class StorageFormat
- java.lang.Object
-
- io.trino.plugin.hive.metastore.StorageFormat
-
@Immutable public class StorageFormat extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StorageFormatVIEW_STORAGE_FORMAT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StorageFormatcreate(String serde, String inputFormat, String outputFormat)static StorageFormatcreateNullable(String serDe, String inputFormat, String outputFormat)booleanequals(Object o)static StorageFormatfromHiveStorageFormat(HiveStorageFormat hiveStorageFormat)StringgetInputFormat()StringgetInputFormatNullable()StringgetOutputFormat()StringgetOutputFormatNullable()StringgetSerDe()StringgetSerDeNullable()inthashCode()StringtoString()
-
-
-
Field Detail
-
VIEW_STORAGE_FORMAT
public static final StorageFormat VIEW_STORAGE_FORMAT
-
-
Method Detail
-
getSerDe
public String getSerDe()
-
getInputFormat
public String getInputFormat()
-
getOutputFormat
public String getOutputFormat()
-
getSerDeNullable
public String getSerDeNullable()
-
getInputFormatNullable
public String getInputFormatNullable()
-
getOutputFormatNullable
public String getOutputFormatNullable()
-
fromHiveStorageFormat
public static StorageFormat fromHiveStorageFormat(HiveStorageFormat hiveStorageFormat)
-
create
public static StorageFormat create(String serde, String inputFormat, String outputFormat)
-
createNullable
public static StorageFormat createNullable(String serDe, String inputFormat, String outputFormat)
-
-