Translate join predicates into filters

2023-05-17 Thread Luca Marchi
Morning everyone, in our company we are running a POC using Apache Calcite, and we would like to collect some feedbacks from you for the scenario mentioned below. There is a service API that allows retrieving some `Book`s, and we would like to build a table adapter on top of this service; this

RE: Re: Translate join predicates into filters

2023-05-22 Thread Luca Marchi
> There could be a more efficient version that gathers all IDs from the left, > then does one request to the right, and them something like a hash join. > > Julian > > > > > > On May 17, 2023, at 8:41 AM, Luca Marchi wrote: > > > > Morning everyo