TableTransforms.jl icon indicating copy to clipboard operation
TableTransforms.jl copied to clipboard

NarrowTypes

Open juliohm opened this issue 3 years ago • 1 comments

Add a transform that takes a table with possibly generic column eltypes and returns a new table with specific column types.

juliohm avatar May 10 '22 12:05 juliohm

The PR #96 depends on fixing the following issue from the Transducers.jl package: https://github.com/JuliaFolds/Transducers.jl/issues/524 Implementation will be delayed until this issue is fixed.

eliascarv avatar Jun 13 '22 16:06 eliascarv

I think we don't need this transform. We can assume that the user will load a table with appropriate narrow types, and that our pipelines will ensure type propagation. If something is not working as expected due to some compiler or language limitation, we can refactor the code to achieve the desired results.

juliohm avatar Dec 13 '23 10:12 juliohm