[
https://issues.apache.org/jira/browse/CALCITE-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haisheng Yuan resolved CALCITE-3262.
------------------------------------
Fix Version/s: 1.21.0
Resolution: Fixed
Fixed in
https://github.com/apache/calcite/commit/9fd9c822287751ed1f9e6a10adc3f50b0cea0a54.
> Refine doc of SubstitutionVisitor.java
> --------------------------------------
>
> Key: CALCITE-3262
> URL: https://issues.apache.org/jira/browse/CALCITE-3262
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: jin xing
> Assignee: jin xing
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.21.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Current doc of {{SubstitutionVisitor.java}} says the supported core
> relational operators are {{@link
> org.apache.calcite.rel.logical.LogicalTableScan}}, and so on.
> But with {{convertTableAccess=true}}
> (https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java#L5636),
> it's a {{EnumerableTableScan}} under {{MutableScan}}, which is inconsistent
> with the doc.
> And what's more, {{MutableRels}} and {{SubstitutionVisitor}} supporting scope
> doesn't limit to be org.apache.calcite.rel.logical.LogicalXXX.
> So I think it might make sense to update/refine the doc to say that the
> supported core relational operators are
> {code:java}
> * {@link org.apache.calcite.rel.core.TableScan},
> * {@link org.apache.calcite.rel.core.Filter},
> * {@link org.apache.calcite.rel.core.Project},
> * {@link org.apache.calcite.rel.core.Join},
> * {@link org.apache.calcite.rel.core.Union},
> * {@link org.apache.calcite.rel.core.Aggregate}.</p>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)