JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

asofjoin doesn't support joining to tables #268

Open robsmith11 opened 4 years ago

robsmith11 commented 4 years ago

I was surprised to see that asofjoin doesn't support joining entire tables, just a single column of NDSparse.

Wouldn't it make sense to support joining tables with many columns rather than having to repeat the join for each column?