Hi Evgenij, I am looking for the *nested loop join <https://en.wikipedia.org/wiki/Nested_loop_join>* implementation, not the actual nested joins. I believe the link you provided is about actual nested join implementation
Thank You, Regards, Pradeepa On Monday, February 15, 2021 at 6:37:13 PM UTC+5:30 impradee wrote: > Hi, > > Thank you very much for your reply. I have another question. I want to > implement join algorithms such as hash join, indexed nested loop join, > merge join etc. Where would I start? Also, I was wondering why these join > algorithms are not implemented currently? > > Thank You > Regards, > Pradeepa > > On Monday, February 15, 2021 at 5:53:26 PM UTC+5:30 Evgenij Ryazanov wrote: > >> Hello. >> >> Take a look on the TableFilter.next() and other related code: >> >> https://github.com/h2database/h2database/blob/888e2284ffc5a76ebc1cf7346144e815b9c44813/h2/src/main/org/h2/table/TableFilter.java#L397 >> > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/c14df525-2771-46ab-9313-95d6bb6a6b42n%40googlegroups.com.
