Skip to content

[C++] Implement REE support in ArrayFromJSONString #37338

Description

@pitrou

Describe the enhancement requested

Currently, ArrayFromJSONString doesn't support emitting run-end-encoded data.

Like dictionary-encoded data, this could be implemented in two ways:

  1. Implement implicit run-end encoding in ArrayFromJSONString when a REE type is given
  2. Expose a separate function to explicitly pass the run ends and values, for example REEArrayFromJSONString(const std::shared_ptr<DataType>&, std::string_view run_ends_json, std::string_view values_json)

Component(s)

C++

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions