Uses of Class
org.apache.flink.table.functions.FunctionIdentifier
Packages that use FunctionIdentifier
-
Uses of FunctionIdentifier in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return types with arguments of type FunctionIdentifierMethods in org.apache.flink.table.expressions with parameters of type FunctionIdentifierModifier and TypeMethodDescriptionstatic CallExpressionCallExpression.permanent(FunctionIdentifier functionIdentifier, FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType) static CallExpressionCallExpression.temporary(FunctionIdentifier functionIdentifier, FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType) Creates aCallExpressionto a temporary function (potentially shadowing aCatalogfunction or providing a system function).Constructors in org.apache.flink.table.expressions with parameters of type FunctionIdentifierModifierConstructorDescriptionCallExpression(boolean isTemporary, FunctionIdentifier functionIdentifier, FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType) -
Uses of FunctionIdentifier in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return FunctionIdentifierModifier and TypeMethodDescriptionstatic FunctionIdentifierstatic FunctionIdentifierFunctionIdentifier.of(ObjectIdentifier oi)