dssysolyatin commented on code in PR #4572:
URL: https://github.com/apache/calcite/pull/4572#discussion_r2416256439
##########
core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java:
##########
@@ -1810,6 +1814,69 @@ private boolean isWindowTableFunctionRex(RexNode rex) {
};
}
+ /**
+ * A context that uses a select list.
+ */
+ final class SelectListContext extends BaseContext {
Review Comment:
Just moved `SelectListContext` from `Result` to other contexts so it can be
used inside `RelToSqlConverter`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]