@Evolving public interface NamedReference extends Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description | 
|---|---|
default Expression[] | 
children()
Returns an array of the children of this node. 
 | 
String[] | 
fieldNames()
Returns the referenced field name as an array of String parts. 
 | 
default NamedReference[] | 
references()
List of fields or columns that are referenced by this expression. 
 | 
describeString[] fieldNames()
Each string in the returned array represents a field name.
default Expression[] children()
Expressionchildren in interface Expressiondefault NamedReference[] references()
Expressionreferences in interface Expression