Uses of Class
org.apache.flink.table.functions.FunctionIdentifier
-
Packages that use FunctionIdentifier Package Description org.apache.flink.table.expressions org.apache.flink.table.functions -
-
Uses of FunctionIdentifier in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return types with arguments of type FunctionIdentifier Modifier and Type Method Description Optional<FunctionIdentifier>CallExpression. getFunctionIdentifier()Methods in org.apache.flink.table.expressions with parameters of type FunctionIdentifier Modifier and Type Method Description static 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 FunctionIdentifier Constructor Description CallExpression(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 FunctionIdentifier Modifier and Type Method Description static FunctionIdentifierFunctionIdentifier. of(String functionName)static FunctionIdentifierFunctionIdentifier. of(ObjectIdentifier oi)
-