Uses of Class
org.apache.flink.table.functions.FunctionRequirement
-
-
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. -
Uses of FunctionRequirement in org.apache.flink.table.runtime.functions
Methods in org.apache.flink.table.runtime.functions that return types with arguments of type FunctionRequirement Modifier and Type Method Description Set<FunctionRequirement>
BuiltInSpecializedFunction. getRequirements()
-
Uses of FunctionRequirement in org.apache.flink.table.runtime.functions.aggregate
Methods in org.apache.flink.table.runtime.functions.aggregate that return types with arguments of type FunctionRequirement Modifier and Type Method Description Set<FunctionRequirement>
BuiltInAggregateFunction. getRequirements()
-
Uses of FunctionRequirement in org.apache.flink.table.runtime.functions.scalar
Methods in org.apache.flink.table.runtime.functions.scalar that return types with arguments of type FunctionRequirement Modifier and Type Method Description Set<FunctionRequirement>
BuiltInScalarFunction. getRequirements()
-
Uses of FunctionRequirement in org.apache.flink.table.runtime.functions.table
Methods in org.apache.flink.table.runtime.functions.table that return types with arguments of type FunctionRequirement Modifier and Type Method Description Set<FunctionRequirement>
BuiltInTableFunction. getRequirements()
-