@PublicEvolving public final class UnresolvedReferenceExpression extends Object implements Expression
This is a purely API facing expression that will be resolved into FieldReferenceExpression
, LocalReferenceExpression
, or TableReferenceExpression
.
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 |
getName() |
int |
hashCode() |
String |
toString() |
public String getName()
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.