Skip to content

Expose arrow_json::writer::encoder::make_encoder_impl() for re-use in custom encoders #5733

@eldargab

Description

@eldargab

In our project we have a set of JSON serialization rules not covered by arrow_json.

For example, there are binary columns that already contain a valid JSON that needs to be just embedded "as is" into the output stream. We also have cases when we'd like to serialize some StructArrays in non-canonical way without any prior transformation.

Public make_encoder_impl() would allow us to re-use existing arrow encoders in our serializers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions