| commit | 0ab7d0c5d9d7dd1d592e7861efc81a2d16030efb | [log] [tgz] |
|---|---|---|
| author | Jarrett Revels <jarrettrevels@gmail.com> | Tue Jan 05 18:59:32 2021 -0500 |
| committer | GitHub <noreply@github.com> | Tue Jan 05 16:59:32 2021 -0700 |
| tree | af41fa66bc9cccbe7e75dd08a1a530aac475de98 | |
| parent | 4c6f576f4829168b34f53c65cbf1120858cf1755 [diff] |
bump Project.toml to v1.1.0 (#94)
This is a pure Julia implementation of the Apache Arrow data standard. This package provides Julia AbstractVector objects for referencing data that conforms to the Arrow standard. This allows users to seamlessly interface Arrow formatted data with a great deal of existing Julia code.
Please see this document for a description of the Arrow memory layout.
This implementation supports the 1.0 version of the specification, including support for:
It currently doesn't include support for:
Third-party data formats:
See the full documentation for details on reading and writing arrow data.