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.