]
Steven Hawkins updated TEIID-5228:
----------------------------------
Fix Version/s: 10.2
Reference to "element in the tree" in documentation
---------------------------------------------------
Key: TEIID-5228
URL:
https://issues.jboss.org/browse/TEIID-5228
Project: Teiid
Issue Type: Bug
Components: Documentation
Reporter: Andrej Šmigala
Assignee: Steven Hawkins
Fix For: 10.2
The section "Writing a Visitor" of the Developer's Guide contains this
quote:
bq. For instance, if you wanted to count the number of elements in the tree, you need
only override the visit(ColumnReference) method.
This is old terminology and shoud be replaced with "column reference"
{quote}
shawkins: it's mixing terminology. in the engine (from the old metamatrix days)
column references are called element symbols, so a lot of the logic refers to them as
elements
shawkins: it should use the term column reference instead
{quote}