Uses of Enum
org.apache.flink.table.functions.FunctionKind
Packages that use FunctionKind
Package
Description
-
Uses of FunctionKind in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return FunctionKindModifier and TypeMethodDescriptionfinal FunctionKindAggregateFunction.getKind()AggregateFunctionDefinition.getKind()Deprecated.final FunctionKindAsyncScalarFunction.getKind()final FunctionKindAsyncTableFunction.getKind()BuiltInFunctionDefinition.getKind()FunctionDefinition.getKind()Returns the kind of function this definition describes.final FunctionKindProcessTableFunction.getKind()final FunctionKindScalarFunction.getKind()ScalarFunctionDefinition.getKind()Deprecated.final FunctionKindTableAggregateFunction.getKind()TableAggregateFunctionDefinition.getKind()Deprecated.final FunctionKindTableFunction.getKind()TableFunctionDefinition.getKind()Deprecated.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.Methods in org.apache.flink.table.functions with parameters of type FunctionKind -
Uses of FunctionKind in org.apache.flink.table.procedures
Methods in org.apache.flink.table.procedures that return FunctionKind -
Uses of FunctionKind in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference with parameters of type FunctionKindModifier and TypeMethodDescriptionstatic TypeInferenceSystemTypeInference.of(FunctionKind functionKind, TypeInference origin)