Uses of Enum
org.apache.flink.table.functions.FunctionRequirement
Packages that use FunctionRequirement
-
Uses of FunctionRequirement in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return FunctionRequirementModifier and TypeMethodDescriptionstatic FunctionRequirementReturns the enum constant of this type with the specified name.static FunctionRequirement[]FunctionRequirement.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.functions that return types with arguments of type FunctionRequirementModifier and TypeMethodDescriptionAggregateFunctionDefinition.getRequirements()Deprecated.default Set<FunctionRequirement>FunctionDefinition.getRequirements()Returns the set of requirements this definition demands.ScalarFunctionDefinition.getRequirements()Deprecated.TableAggregateFunctionDefinition.getRequirements()Deprecated.TableFunctionDefinition.getRequirements()Deprecated.