You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:The text was updated successfully, but these errors were encountered: