Uses of Enum Class
io.trino.hive.thrift.metastore.HiveObjectType
-
Uses of HiveObjectType in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return HiveObjectTypeModifier and TypeMethodDescriptionstatic HiveObjectTypeHiveObjectType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.HiveObjectRef.getObjectType()static HiveObjectTypeReturns the enum constant of this class with the specified name.static HiveObjectType[]HiveObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.hive.thrift.metastore with parameters of type HiveObjectTypeConstructors in io.trino.hive.thrift.metastore with parameters of type HiveObjectTypeModifierConstructorDescriptionHiveObjectRef(HiveObjectType objectType, String dbName, String objectName, List<String> partValues, String columnName)