Re: Changing the Parser

2021-07-29 Thread Julian Hyde
There is some documentation: https://calcite.apache.org/docs/adapter.html#extending-the-parser . > On Jul 29, 2021, at 7:04 PM, Vladimir Sitnikov > wrote: > > https://issues.apache.org/jira/browse/CALCITE-4701 seems

Re: Changing the Parser

2021-07-29 Thread Vladimir Sitnikov
https://issues.apache.org/jira/browse/CALCITE-4701 seems relevant. I do not know if "parser extension" build system plugins already exist, however, I think it would be nice to have one in Calcite. Vladimir

Changing the Parser

2021-07-29 Thread Nick Riasanovsky
Hello calcite developers, I am working on a project that utilizes the calcite-core and I would like to extend the parser to support syntax that is custom to my application. I believe some of the additions I would like are supported by SQL offerings (such as <=> in SparkSQL) and could be included