Hi All, I want to use a custom join algorithm in Calcite SQL join queries. My questions are:
1. Is it possible to do? 2. If yes, what part of Calcite should I update? I've tried to figure it out myself by debugging Calcite join unit tests, but it looks like Calcite uses Avatica for this. Thanks, Val
