JuliaData / JuliaDBMeta.jl

Metaprogramming tools for JuliaDB
Other
33 stars 2 forks source link

To do list #3

Open piever opened 6 years ago

piever commented 6 years ago
piever commented 6 years ago

Consider how best to optimize @apply for grouped data. Ideally, the macro should keep track of anything that happens during the grouping and only select the columns that are used.

piever commented 6 years ago

Regarding the distributed table support, we're missing a method for view(::DTable, i) and either broadcasting or indexing on Dagger.DArray

EDIT: all row-wise operation should automatically use delayedmap in the distributed case. Possibly add a chunk version of macros (@apply_in_chunks)