@PublicEvolving public final class LookupCallExpression extends Object implements 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(ExpressionVisitor<R> visitor) |
String |
asSummaryString()
Returns a string that summarizes this expression for printing to a console.
|
boolean |
equals(Object o) |
List<Expression> |
getChildren() |
String |
getUnresolvedName() |
int |
hashCode() |
String |
toString() |
public String getUnresolvedName()
public String asSummaryString()
Expression
asSummaryString
in interface Expression
public List<Expression> getChildren()
getChildren
in interface Expression
public <R> R accept(ExpressionVisitor<R> visitor)
accept
in interface Expression
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.