queryverse / Query.jl

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

Consider adding macro `@crossjoin` as in DataFrames.jl ? #341

Open singularitti opened 1 year ago

singularitti commented 1 year ago

Is it possible to add a crossjoin functionality as defined in DataFrames.jl?

The output of crossjoin is the cartesian product of rows from all passed data frames.