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:
- Implement implicit run-end encoding in
ArrayFromJSONString when a REE type is given
- 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++
Describe the enhancement requested
Currently,
ArrayFromJSONStringdoesn't support emitting run-end-encoded data.Like dictionary-encoded data, this could be implemented in two ways:
ArrayFromJSONStringwhen a REE type is givenREEArrayFromJSONString(const std::shared_ptr<DataType>&, std::string_view run_ends_json, std::string_view values_json)Component(s)
C++