arrow-julia icon indicating copy to clipboard operation
arrow-julia copied to clipboard

[feature request] support run-end encoded layout

Open kleinschmidt opened this issue 1 year ago • 0 comments

The Arrow spec has a "run-end encoded layout" (https://arrow.apache.org/docs/format/Columnar.html#run-end-encoded-layout) but it doesn't appear to be supported in Arrow.jl. Seems fairly straightforward to implement since the run_ends and values arrays are "child arrays" and not buffers, so we could "just" re-use teh existing functionality to represent the values and run-ends.

kleinschmidt avatar Jul 26 '23 15:07 kleinschmidt