@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.
|
describe
String[] fieldNames()
Each string in the returned array represents a field name.
default Expression[] children()
Expression
children
in interface Expression
default NamedReference[] references()
Expression
references
in interface Expression