Package io.trino.plugin.hive.metastore
Class Storage
java.lang.Object
io.trino.plugin.hive.metastore.Storage
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStorage(StorageFormat storageFormat, Optional<String> location, Optional<HiveBucketProperty> bucketProperty, boolean skewed, Map<String, String> serdeParameters) -
Method Summary
Modifier and TypeMethodDescriptionstatic Storage.Builderbuilder()static Storage.BuilderbooleaninthashCode()booleanisSkewed()toString()
-
Constructor Details
-
Storage
public Storage(StorageFormat storageFormat, Optional<String> location, Optional<HiveBucketProperty> bucketProperty, boolean skewed, Map<String, String> serdeParameters)
-
-
Method Details