@PublicEvolving public final class UnresolvedCallExpression extends Object implements org.apache.flink.table.expressions.Expression
FunctionDefinition
.
This is purely an API facing expression with unvalidated arguments and unknown output data type.
A unresolved call contains:
FunctionDefinition
that identifies the function to be called
FunctionIdentifier
that tracks the origin of a function
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor) |
String |
asSummaryString() |
boolean |
equals(Object o) |
List<org.apache.flink.table.expressions.Expression> |
getChildren() |
org.apache.flink.table.functions.FunctionDefinition |
getFunctionDefinition() |
Optional<org.apache.flink.table.functions.FunctionIdentifier> |
getFunctionIdentifier() |
int |
hashCode() |
UnresolvedCallExpression |
replaceArgs(List<org.apache.flink.table.expressions.Expression> args) |
org.apache.flink.table.expressions.CallExpression |
resolve(List<org.apache.flink.table.expressions.ResolvedExpression> args,
org.apache.flink.table.types.DataType dataType) |
String |
toString() |
public Optional<org.apache.flink.table.functions.FunctionIdentifier> getFunctionIdentifier()
public org.apache.flink.table.functions.FunctionDefinition getFunctionDefinition()
public UnresolvedCallExpression replaceArgs(List<org.apache.flink.table.expressions.Expression> args)
public org.apache.flink.table.expressions.CallExpression resolve(List<org.apache.flink.table.expressions.ResolvedExpression> args, org.apache.flink.table.types.DataType dataType)
public String asSummaryString()
asSummaryString
in interface org.apache.flink.table.expressions.Expression
public List<org.apache.flink.table.expressions.Expression> getChildren()
getChildren
in interface org.apache.flink.table.expressions.Expression
public <R> R accept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor)
accept
in interface org.apache.flink.table.expressions.Expression
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.