Open piever opened 6 years ago
Most of IndexedTables can be done lazily: map, filter, groupby, groupreduce. Add support in JuliaDBMeta and potentially see if @apply pipeline can somehow fuse things to optimize.
IndexedTables
map
filter
groupby
groupreduce
@apply
Most of
IndexedTables
can be done lazily:map
,filter
,groupby
,groupreduce
. Add support in JuliaDBMeta and potentially see if@apply
pipeline can somehow fuse things to optimize.