Uses of Enum
org.apache.flink.table.functions.FunctionKind
Packages that use FunctionKind
-
Uses of FunctionKind in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return FunctionKindModifier and TypeMethodDescriptionFunctionDefinition.getKind()Returns the kind of function this definition describes.final FunctionKindProcessTableFunction.getKind()final FunctionKindScalarFunction.getKind()final FunctionKindTableFunction.getKind()static FunctionKindReturns 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.