https://github.com/expandingman/arrow-schema
a repository for storing compiled versions of the arrow flatbuffer schema
https://github.com/expandingman/arrow-schema
Last synced: 12 months ago
JSON representation
a repository for storing compiled versions of the arrow flatbuffer schema
- Host: GitHub
- URL: https://github.com/expandingman/arrow-schema
- Owner: ExpandingMan
- Created: 2020-05-22T18:05:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T01:12:50.000Z (about 6 years ago)
- Last Synced: 2025-01-21T10:07:53.977Z (over 1 year ago)
- Language: Rust
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arrow-schema
I'm simply using this repository to store the apache arrow schema as generated
by `flatc`. In particular, the PR for the Julia `flatc` compiler was never
merged, so it's a pain to generate Julia files. The branch for the Julia
compiler can be found [here](https://github.com/rjkat/flatbuffers-julia).