Re: Re: Rules to squash redundant join sides?

2023-04-04 Thread Ian Bertolacci
I’ve filed CALCITE-5631 with the example in SQL and RelNode forms https://issues.apache.org/jira/browse/CALCITE-5631 -Ian

[jira] [Created] (CALCITE-5631) Optimization to merge redundant joins

2023-04-04 Thread Ian Bertolacci (Jira)
Ian Bertolacci created CALCITE-5631: --- Summary: Optimization to merge redundant joins Key: CALCITE-5631 URL: https://issues.apache.org/jira/browse/CALCITE-5631 Project: Calcite Issue Type: W

How to utilize parser hooks such as SqlInsertKeywords

2023-04-04 Thread Jonathan Sternberg
Hi, We're utilizing Calcite's parser and need to customize it for a certain dialect. In the past, we've just been keeping a fork of the parser and making changes to the core template file. We wanted to try utilizing some of the hooks that Calcite provides to ease the maintenance burden when modify