Uses of Class
io.trino.hive.thrift.metastore.StorageDescriptor
-
Uses of StorageDescriptor in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return StorageDescriptorModifier and TypeMethodDescriptionStorageDescriptor.deepCopy()Partition.getSd()PartitionSpecWithSharedSD.getSd()Table.getSd()StorageDescriptor.setBucketCols(List<String> bucketCols) StorageDescriptor.setCols(List<FieldSchema> cols) StorageDescriptor.setCompressed(boolean compressed) StorageDescriptor.setInputFormat(String inputFormat) StorageDescriptor.setLocation(String location) StorageDescriptor.setNumBuckets(int numBuckets) StorageDescriptor.setOutputFormat(String outputFormat) StorageDescriptor.setParameters(Map<String, String> parameters) StorageDescriptor.setSerdeInfo(SerDeInfo serdeInfo) StorageDescriptor.setSkewedInfo(SkewedInfo skewedInfo) StorageDescriptor.setSortCols(List<Order> sortCols) StorageDescriptor.setStoredAsSubDirectories(boolean storedAsSubDirectories) Methods in io.trino.hive.thrift.metastore with parameters of type StorageDescriptorModifier and TypeMethodDescriptionintStorageDescriptor.compareTo(StorageDescriptor other) booleanStorageDescriptor.equals(StorageDescriptor that) Partition.setSd(StorageDescriptor sd) PartitionSpecWithSharedSD.setSd(StorageDescriptor sd) Table.setSd(StorageDescriptor sd) Constructors in io.trino.hive.thrift.metastore with parameters of type StorageDescriptorModifierConstructorDescriptionPartition(List<String> values, String dbName, String tableName, int createTime, int lastAccessTime, StorageDescriptor sd, Map<String, String> parameters) PartitionSpecWithSharedSD(List<PartitionWithoutSD> partitions, StorageDescriptor sd) Performs a deep copy on other.Table(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, StorageDescriptor sd, List<FieldSchema> partitionKeys, Map<String, String> parameters, String viewOriginalText, String viewExpandedText, String tableType)