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/62c3378c-560e-4757-8df5-a615fde003f1n%40googlegroups.com.
