JuliaParallel / JuliaParallel/DTables.jl
Implement `values` for GDTable to return iterator over DTables
Open
- Dominant language
- Julia
- Stars
- 81
- Forks
- 2
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 1
Description
While the `keys` function [got implemented](https://github.com/JuliaParallel/DTables.jl/blob/258bcf32b76a452c95e42b1c0827be86fd5ed23a/src/table/gdtable.jl#L39), the corresponding `values` function is not, but defaults to its default behaviour of being an identity.
Hence currently `values(g) === g`, which is obviously not intended.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.