Uses of Enum Class
io.trino.hive.thrift.metastore.FunctionType
-
Uses of FunctionType in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return FunctionTypeModifier and TypeMethodDescriptionstatic FunctionTypeFunctionType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.Function.getFunctionType()static FunctionTypeReturns the enum constant of this class with the specified name.static FunctionType[]FunctionType.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 FunctionTypeConstructors in io.trino.hive.thrift.metastore with parameters of type FunctionTypeModifierConstructorDescriptionFunction(String functionName, String dbName, String className, String ownerName, PrincipalType ownerType, int createTime, FunctionType functionType, List<ResourceUri> resourceUris)