Skip to content

Extracting arrow-pg library #88

Closed
@sunng87

Description

@sunng87

One thing that always in my plan is to extract our encoding code from datafusion-postgres into a new crate called arrow-pg. This crate is responsible for data type mapping from Arrow to Postgres, and vice versa. It will take care of text and binray encoding/decoding for postgres. There will be a lot of corner cases to cover. Postgres client has a few options to control the encoding.

Eventually this library will unify all the arrow data encoding in:

  • datafusion-postgres
  • greptimedb
  • some other pgwire + arrow scenario like the duckdb example in pgwire

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