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 CallExpression
CallExpression. permanent(FunctionIdentifier functionIdentifier, FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType)
static CallExpression
CallExpression. temporary(FunctionIdentifier functionIdentifier, FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType)
Creates aCallExpression
to a temporary function (potentially shadowing aCatalog
function 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 FunctionIdentifier
FunctionIdentifier. of(String functionName)
static FunctionIdentifier
FunctionIdentifier. of(ObjectIdentifier oi)
-