Hi,
I am trying to find resources to help me understand Calcite better. I am mainly looking to use Calcite to convert a query based on a logical model and transform the query to a physical model representation that I can use to execute against a database. This would be accomplished using a logical to Physical model mapping (metadata). As such, I would need to inspect the query and either * Modify the existing query to use Physical model tables, attributes, joins etc * Create a new query based on the Physical model which would be inferred by the logical query At the moment, I don't see many good tutorials or well explained examples. Any help would be greatly appreciated. Thanks, Tom
