Skip to content

Plugable encoding for advanced data structures #274

Description

@sunng87

For some of arrow data types like dictionary, struct and map, there is no direct corresponding data types in postgres, user may choose their own approach to do the encoding, for example, we can use json or record for arrow struct with pros and cons.

The idea is to add mechanisms to allow user to customize the encoding by providing their own encoding functions, or trait implementations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions