[
https://issues.apache.org/jira/browse/CALCITE-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17220593#comment-17220593
]
Stamatis Zampetakis commented on CALCITE-4356:
----------------------------------------------
I suppose CALCITE-129 is the one to target first. If there is no AST (SqlNode)
we cannot really go from sql to rel, or we can?
> Support recursive queries in SqlToRel and RelToSql converters
> -------------------------------------------------------------
>
> Key: CALCITE-4356
> URL: https://issues.apache.org/jira/browse/CALCITE-4356
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Ruben Q L
> Priority: Major
>
> Recursive queries were introduced via RepeatUnion operator (CALCITE-2812).
> However, for the moment they can only be generated using directly a
> RelBuilder. The purpose of this ticket it to support then on SQL by evolving
> SqlToRelConverter (and RelToSqlConverter).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)