Uses of Class
io.trino.hive.thrift.metastore.PartitionWithoutSD
-
Uses of PartitionWithoutSD in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PartitionWithoutSDModifier and TypeMethodDescriptionPartitionWithoutSD.deepCopy()PartitionWithoutSD.setCreateTime(int createTime) PartitionWithoutSD.setLastAccessTime(int lastAccessTime) PartitionWithoutSD.setParameters(Map<String, String> parameters) PartitionWithoutSD.setPrivileges(PrincipalPrivilegeSet privileges) PartitionWithoutSD.setRelativePath(String relativePath) Methods in io.trino.hive.thrift.metastore that return types with arguments of type PartitionWithoutSDModifier and TypeMethodDescriptionPartitionSpecWithSharedSD.getPartitions()PartitionSpecWithSharedSD.getPartitionsIterator()Methods in io.trino.hive.thrift.metastore with parameters of type PartitionWithoutSDModifier and TypeMethodDescriptionvoidPartitionSpecWithSharedSD.addToPartitions(PartitionWithoutSD elem) intPartitionWithoutSD.compareTo(PartitionWithoutSD other) booleanPartitionWithoutSD.equals(PartitionWithoutSD that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionWithoutSDModifier and TypeMethodDescriptionPartitionSpecWithSharedSD.setPartitions(List<PartitionWithoutSD> partitions) Constructors in io.trino.hive.thrift.metastore with parameters of type PartitionWithoutSDModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type PartitionWithoutSDModifierConstructorDescriptionPartitionSpecWithSharedSD(List<PartitionWithoutSD> partitions, StorageDescriptor sd)