Crates.io | polars-parquet-format |
lib.rs | polars-parquet-format |
version | 0.1.0 |
source | src |
created_at | 2024-10-27 10:04:23.702888 |
updated_at | 2024-10-27 10:04:23.702888 |
description | Safe Parquet and Thrift reader and writer (sync and async) |
homepage | https://github.com/pola-rs/parquet-format |
repository | https://github.com/pola-rs/parquet-format |
max_upload_size | |
id | 1424466 |
size | 548,902 |
This crate contains an implementation of Thrift and generated Rust code associated to Parquet's thrift definition.
sync
and async
read APIsync
and async
write APIThe Rust generated code is done by a fork of thrift's compiler, available at https://github.com/coastalwhite/thrift/tree/safe.
To regenerate the thrift format implementation in Rust.
nix-shell
generate_parquet_format
mv parquet.rs src/parquet_format.rs