you may want to check out: ChinookAvaticaServer https://github.com/apache/calcite/blob/master/plus/src/main/java/org/apache/calcite/chinook/ChinookAvaticaServer.java
Brian On Mon, Mar 2, 2020 at 10:05 AM Rui Wang <[email protected]> wrote: > Could you follow this Calcite tutorial and it might solve your problem: > https://calcite.apache.org/docs/tutorial.html > > -Rui > > > On Mon, Mar 2, 2020, 2:23 AM Mohsen KHaxar <[email protected] > .invalid> > wrote: > > > Hi, > > I want to run an SQL engine that receives SQL commands. Then, SQL > commands > > are processed and some results of interest are returned.How can I employ > > Calcite to run a standalone customised SQL engine? > > //Mohsen. > > > > >
