Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for loading Apache Arrow data #11

Merged
merged 16 commits into from
Jan 26, 2018
Merged

Initial support for loading Apache Arrow data #11

merged 16 commits into from
Jan 26, 2018

Conversation

nmichaud
Copy link
Contributor

Initial implementation of Apache Arrow data loading into perspective (https://arrow.apache.org/), supporting all basic types (bool,f32,f64,i8,i16,i32,i64) as well as datetimes (as long as they are at millisecond resolution), string columns and dictionary encoded string columns. For basic binary types this PR implements a fast path that can copy the data straight out of the arrow buffer into perspective's data columns.

@texodus texodus merged commit 2e4640f into master Jan 26, 2018
@nmichaud nmichaud deleted the arrow-input branch February 1, 2018 23:48
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