Uses of Class
org.apache.flink.table.functions.FunctionKind
-
Packages that use FunctionKind Package Description org.apache.flink.table.functions org.apache.flink.table.procedures org.apache.flink.table.types.inference -
-
Uses of FunctionKind in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return FunctionKind Modifier and Type Method Description FunctionKindAggregateFunction. getKind()FunctionKindAggregateFunctionDefinition. getKind()Deprecated.FunctionKindAsyncScalarFunction. getKind()FunctionKindAsyncTableFunction. getKind()FunctionKindBuiltInFunctionDefinition. getKind()FunctionKindFunctionDefinition. getKind()Returns the kind of function this definition describes.FunctionKindProcessTableFunction. getKind()FunctionKindScalarFunction. getKind()FunctionKindScalarFunctionDefinition. getKind()Deprecated.FunctionKindTableAggregateFunction. getKind()FunctionKindTableAggregateFunctionDefinition. getKind()Deprecated.FunctionKindTableFunction. getKind()FunctionKindTableFunctionDefinition. getKind()Deprecated.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.Methods in org.apache.flink.table.functions with parameters of type FunctionKind Modifier and Type Method Description BuiltInFunctionDefinition.BuilderBuiltInFunctionDefinition.Builder. kind(FunctionKind kind) -
Uses of FunctionKind in org.apache.flink.table.procedures
Methods in org.apache.flink.table.procedures that return FunctionKind Modifier and Type Method Description FunctionKindProcedureDefinition. getKind() -
Uses of FunctionKind in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference with parameters of type FunctionKind Modifier and Type Method Description static TypeInferenceSystemTypeInference. of(FunctionKind functionKind, TypeInference origin)
-