@PublicEvolving public final class LookupCallExpression extends Object implements org.apache.flink.table.expressions.Expression
Instead of a FunctionDefinition
, the call is identified by the function's name and
needs to be lookup in a catalog
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() |
String |
getUnresolvedName() |
int |
hashCode() |
String |
toString() |
public String getUnresolvedName()
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.