queryverse / Query.jl

Query almost anything in julia
Other
394 stars 49 forks source link

Fix `sink` type for IndexedTables.jl in docs #339

Closed singularitti closed 1 year ago

singularitti commented 1 year ago

The default constructor for an IndexedTable is not IndexedTable but the function table. @collect IndexedTable will throw an error but @collect table will return the correct result.