So far I have been testing my Calcite adapter by running queries against a CalciteConnection and checking the results. Is it possible to run a query in such a way that I could access the instances of the expression tree, and get at properties of each node? e.g. access the `condition` property of a Filter and the `getProjects` method of a Project.
Trevor
