I suggest you go through the following resources (They were just sent to the mailing list, but I guess you joined later on) :
https://arxiv.org/abs/1802.10233 https://speakerdeck.com/tzolov/using-apache-calcite-for-enabling-sql-and-jdbc-access-to-apache-geode-and-other-nosql (I believe it's the same presentation discussed here: https://www.youtube.com/watch?v=tH2Q3ZujTHY) Search through the mailing list, you'll find newbie questions like yours. I know because I ask newbie questions...a lot :D Thanks, Gelbana On Tue, Mar 20, 2018 at 1:33 PM, johann sorel <[email protected]> wrote: > Hello, > > A quick presentation since I am new here : > My name is Johann Sorel, I am developer (and PMC) on Apache SIS ( > http://sis.apache.org), and on some others GeotoolKit, Examind, GeoAPI, > ...etc... > I work mostly on data models and decoder/encoders. > > > I have a few questions on Adaptors to use the SQL capabilities of Calcite > in Apache SIS. > - Where can we find a up-to-date tutorial or example to execute a basic > SELECT query in Java. > the short code at https://calcite.apache.org/doc > s/howto.html#implementing-an-adapter is obsolete with version 1.16. > and do not show how we loop on the result records. > - The above code use CalcitePrepareImpl which doc says it's for testing > purpose and unstable, is there a stable api somewhere ? > > I'm sorry if those are newbie questions but I could not find the answers > in the doc. > > Thanks > > Johann Sorel > >
