I'd basically like to offer some tables tenanted which, in this case, means filtered by some tenant. How would I do that the right way in Calcite? Obviously the tricky part is during the query execution there's no way to pass extra variables/markers/whatever using JDBC. Which is where I'd like to make the tenant decision (vs connection creation).
So I was wondering if someone has some example code laying around on how to do that, or just some general tips to get me going in the right direction. There will be many tenants, and hopefully a reasonable amount of connections to the db. -Dan
