Uses of Class
org.apache.flink.table.functions.FunctionRequirement
-
Packages that use FunctionRequirement Package Description org.apache.flink.table.functions -
-
Uses of FunctionRequirement in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return FunctionRequirement Modifier and Type Method Description static FunctionRequirement
FunctionRequirement. valueOf(String name)
Returns 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 FunctionRequirement Modifier and Type Method Description Set<FunctionRequirement>
AggregateFunctionDefinition. getRequirements()
Deprecated.default Set<FunctionRequirement>
FunctionDefinition. getRequirements()
Returns the set of requirements this definition demands.Set<FunctionRequirement>
ScalarFunctionDefinition. getRequirements()
Deprecated.Set<FunctionRequirement>
TableAggregateFunctionDefinition. getRequirements()
Deprecated.Set<FunctionRequirement>
TableFunctionDefinition. getRequirements()
Deprecated.
-