[jira] [Created] (CALCITE-6376) Filtering CTE of at least 6 columns with QUALIFY operation results in exception

2024-04-19 Thread Austin Richardson (Jira)
Austin Richardson created CALCITE-6376: -- Summary: Filtering CTE of at least 6 columns with QUALIFY operation results in exception Key: CALCITE-6376 URL: https://issues.apache.org/jira/browse/CALCITE-6376

[jira] [Created] (CALCITE-6303) UNION with CTE(s) results in exception during query validation

2024-03-06 Thread Austin Richardson (Jira)
Austin Richardson created CALCITE-6303: -- Summary: UNION with CTE(s) results in exception during query validation Key: CALCITE-6303 URL: https://issues.apache.org/jira/browse/CALCITE-6303 Project

Registering rules from multiple RelNodes of identical type

2024-02-02 Thread Austin Richardson
Hello Calcite devs, Our team currently has a setup in which we have a single TableScan implementation (e.g. MyTableScan) serving multiple Calcite tables. Each MyTableScan handles the registration of rules tailored to its respective Calcite table. I've included an example of the code structure at

Calcite tables which support multiple data retrieval patterns

2023-12-11 Thread Austin Richardson
Hello, My team is working on a feature to add a general “base table” for a collection of Calcite tables in our service. Something we’ve come across is that different tables will have different supported data retrieval patterns, which we’ve been referring to as “indices”. For example, assume we