Re: Physical Query Plan Generation

2020-10-16 Thread Rui Wang
You can refer to function to understand Calcite planner API at higher level: https://github.com/apache/beam/blob/master/sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/CalciteQueryPlanner.java#L155 -Rui On Fri, Oct 16, 2020 at 1:58 PM Shubh Sharma wrote: >

Physical Query Plan Generation

2020-10-16 Thread Shubh Sharma
Hello, I am new to Apache Calcite API and am looking to generate physical query plans for SQL queries using Calcite API. Could someone guide me on which classes and methods to use for achieving this? It would be great if I can be redirected to an existing code repository that does this

[jira] [Created] (CALCITE-4342) More aggregate functions should be marked as splittable and duplicate-insensitive

2020-10-16 Thread Liya Fan (Jira)
Liya Fan created CALCITE-4342: - Summary: More aggregate functions should be marked as splittable and duplicate-insensitive Key: CALCITE-4342 URL: https://issues.apache.org/jira/browse/CALCITE-4342