Hello everyone, I have developed a small timeseries db on rocksdb and wrote parser that can parse influxdb query language. Next step for me is to translate ast to RelNode via RelNodeBuilder. But i could not find any example to run given RelNode against a schema with a FrameworkConfig and even i dont know whether i use "Frameworks.newConfigBuilder" correctly. Is there any examples inside calcite or in other frameworks that use calcite in this way? Thank you in advance.
Thanks, Anıl
