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 <[email protected]> wrote: > 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 already, as an > example. > > Thanks a lot in advance! > > Best regards, > Shubh >
