[jira] [Created] (CALCITE-5364) In materialized view substitution, use custom time frames

2022-11-02 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-5364: Summary: In materialized view substitution, use custom time frames Key: CALCITE-5364 URL: https://issues.apache.org/jira/browse/CALCITE-5364 Project: Calcite

[jira] [Created] (CALCITE-5363) Move DATEADD, DATEDIFF, DATE_PART from Babel to Core parser

2022-11-02 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-5363: Summary: Move DATEADD, DATEDIFF, DATE_PART from Babel to Core parser Key: CALCITE-5363 URL: https://issues.apache.org/jira/browse/CALCITE-5363 Project: Calcite

[jira] [Created] (CALCITE-5362) Implement geometry measurement functions

2022-11-02 Thread Bertil Chapuis (Jira)
Bertil Chapuis created CALCITE-5362: --- Summary: Implement geometry measurement functions Key: CALCITE-5362 URL: https://issues.apache.org/jira/browse/CALCITE-5362 Project: Calcite Issue

Custom time frames

2022-11-02 Thread Julian Hyde
I just pushed a draft PR for custom time frames [1] [2]. Can one or two people review? Julian [1] https://github.com/apache/calcite/pull/2960 [2] https://issues.apache.org/jira/browse/CALCITE-5155

[jira] [Created] (CALCITE-5361) Update janino version to 3.1.9

2022-11-02 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created CALCITE-5361: Summary: Update janino version to 3.1.9 Key: CALCITE-5361 URL: https://issues.apache.org/jira/browse/CALCITE-5361 Project: Calcite Issue Type:

Returning the Intermediate Representation of the rewrite rules

2022-11-02 Thread G.O. Barbulescu
Dear Apache Calcite development team, I am currently working on a research project in which I am considering Apache Calcite for the parsing stage. I was wondering if there exists an API to return the intermediate representation (relational tree) for the pre-defined SQL rewrite rules? For