Crates.io | orc-format |
lib.rs | orc-format |
version | 0.3.0 |
source | src |
created_at | 2022-07-19 21:00:28.160586 |
updated_at | 2022-07-30 16:06:10.72384 |
description | Unofficial implementation of Apache ORC spec in safe Rust |
homepage | https://github.com/DataEngineeringLabs/orc-format |
repository | https://github.com/DataEngineeringLabs/orc-format |
max_upload_size | |
id | 628536 |
size | 92,667 |
Read Apache ORC in Rust.
This repository is similar to parquet2 and Avro-schema, providing a toolkit to:
It currently reads the following (logical) types:
What is not yet implemented:
Patched Base
decodingpython3 -m venv venv
venv/bin/pip install -U pip
venv/bin/pip install -U pyorc
venv/bin/python write.py
cargo test