Skip to content

Add serde_arrow_buffer:from_arrow/3#17

Draft
Benjamin-Philip wants to merge 1 commit intomainfrom
bp-buffer-from-arrow
Draft

Add serde_arrow_buffer:from_arrow/3#17
Benjamin-Philip wants to merge 1 commit intomainfrom
bp-buffer-from-arrow

Conversation

@Benjamin-Philip
Copy link
Owner

  • Add from_erlang/2 to serde_arrow_buffer
  • Add to_arrow/2
  • Add to_arrow docs
  • Add to_erlang/1
  • Store binary data as a single binary in a buffer
  • Add incomplete implementation of from_arrow

@Benjamin-Philip
Copy link
Owner Author

This PR will be rebased to main once main has the necessary features to full implement this function. Till then, this PR simply serves as a way to save any progress I have made with this function.

This commits adds tests and an incomplete of from_arrow. Right now, it
can manage assigning a type, and length to the buffer, but is unable to
deserialize the actual data from arrow. This is because we also need a
validity bitmap to deserialize data, something which a buffer doesn't
have.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants