Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.partition_name_has_valid_characters_result
-
Uses of ThriftHiveMetastore.partition_name_has_valid_characters_result in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.partition_name_has_valid_characters_resultModifier and TypeMethodDescriptionThriftHiveMetastore.partition_name_has_valid_characters_result.deepCopy()ThriftHiveMetastore.Processor.partition_name_has_valid_characters.getResult(I iface, ThriftHiveMetastore.partition_name_has_valid_characters_args args) ThriftHiveMetastore.partition_name_has_valid_characters_result.setO1(MetaException o1) ThriftHiveMetastore.partition_name_has_valid_characters_result.setSuccess(boolean success) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.partition_name_has_valid_characters_resultModifier and TypeMethodDescriptionintThriftHiveMetastore.partition_name_has_valid_characters_result.compareTo(ThriftHiveMetastore.partition_name_has_valid_characters_result other) booleanThriftHiveMetastore.partition_name_has_valid_characters_result.equals(ThriftHiveMetastore.partition_name_has_valid_characters_result that) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.partition_name_has_valid_characters_resultModifierConstructorDescriptionpartition_name_has_valid_characters_result(ThriftHiveMetastore.partition_name_has_valid_characters_result other) Performs a deep copy on other.