Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

[WIP] ChunkedArray, Column and Table #5

Merged
merged 6 commits into from
Jan 27, 2019
Merged

[WIP] ChunkedArray, Column and Table #5

merged 6 commits into from
Jan 27, 2019

Conversation

nevi-me
Copy link
Owner

@nevi-me nevi-me commented Jan 25, 2019

ref #4

This PR implements a ChunkedArray, Column and Table, which although not part of the Arrow format, are used in CPP, Python, Go and potentially other implementations.

This is currently incomplete, and I need to think of:

  • How to make the functions module work with Column instead of PrimitiveArray<T>.
  • Where to use references to avoid copies and moves
  • How to zero-copy arrays and chunks thereof

@nevi-me
Copy link
Owner Author

nevi-me commented Jan 26, 2019

As part of this, it would be great if columns could be typed, so I can avoid calling functions to get Array and convert it to a concrete arrow array. Perhaps that way, I'd be able to accept columns directly into operations.

@nevi-me nevi-me merged commit e24aa69 into master Jan 27, 2019
@nevi-me nevi-me deleted the feature/table branch July 18, 2020 13:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant