Closed peheje closed 5 years ago
I like the idea. For some reason I never though about this myself. I think this can be implemented as "SequentialMap" which would be more efficient than standard "HashJoinMap" and would avoid keeping the join B table in memory.
Join on NR is now supported in the master branch. But it will take some time to release it to the apps. Current implementation is not optimal: it uses the default HashJoinMap, instead of SequentialMap.
I would like to join two tables on the their NR column.
select * join <filepath> ON aNR == bNR
does not work I get error: