Uses of Class
io.trino.metadata.FunctionKind
-
Packages that use FunctionKind Package Description io.trino.metadata -
-
Uses of FunctionKind in io.trino.metadata
Methods in io.trino.metadata that return FunctionKind Modifier and Type Method Description FunctionKindFunctionMetadata. getKind()static FunctionKindFunctionKind. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionKind[]FunctionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.metadata with parameters of type FunctionKind Constructor Description FunctionMetadata(FunctionId functionId, Signature signature, String actualName, boolean nullable, List<FunctionArgumentDefinition> argumentDefinitions, boolean hidden, boolean deterministic, String description, FunctionKind kind, boolean deprecated)FunctionMetadata(Signature signature, boolean nullable, List<FunctionArgumentDefinition> argumentDefinitions, boolean hidden, boolean deterministic, String description, FunctionKind kind)FunctionMetadata(Signature signature, String actualName, boolean nullable, List<FunctionArgumentDefinition> argumentDefinitions, boolean hidden, boolean deterministic, String description, FunctionKind kind, boolean deprecated)
-