JuliaParallel / JuliaParallel/DTables.jl
Move ownership of `join` method into a separate package
Open
- Dominant language
- Julia
- Stars
- 81
- Forks
- 2
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 1
Description
Currently DTables implements a join method for any tables.jl compatible type
The problem is that DTables.jl shouldn't export it as it is not the goal of the package to provide generic functions like this
For other functions we're using generic implementations coming from TableOperations.jl, so we should do the same for joins
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.