Skip to content

[feature request] support run-end encoded layout #476

@kleinschmidt

Description

@kleinschmidt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions