Hello Calcite devs, I had a question about pushdowns for JDBC. Let's say that I'm connecting to an RDBMS that has a non-standard function foo. Is there a way to effectively force Calcite to push that function down to the RDBMS via SQL hint or something like that?
Thanks! -- C
