Hello Calcite developers, I'm working on a project using Calcite and I'm looking to support certain SQL queries that are supported by Snowflake. Snowflake allows using references in the same SELECT statement in which they are created, such as:
select 1 as X, X + 2 My understanding is that most SQL engines will not allow this so reasonably this is not supported by default in Calcite. However, I was wondering if there is any existing configuration that currently supports this or if anyone can give me some advice on how to support this. Thanks, Nick Riasanovsky
