Uses of Enum Class
io.trino.hive.thrift.metastore.SchemaType
-
Uses of SchemaType in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SchemaTypeModifier and TypeMethodDescriptionstatic SchemaTypeSchemaType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.ISchema.getSchemaType()static SchemaTypeReturns the enum constant of this class with the specified name.static SchemaType[]SchemaType.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 SchemaTypeConstructors in io.trino.hive.thrift.metastore with parameters of type SchemaTypeModifierConstructorDescriptionISchema(SchemaType schemaType, String name, String catName, String dbName, SchemaCompatibility compatibility, SchemaValidation validationLevel, boolean canEvolve)