Skip to content

Commit

Permalink
Minor: Document parquet crate feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 25, 2023
1 parent 12a6316 commit 279e608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Default features:
- `compression`: reading files compressed with `xz2`, `bzip2`, `flate2`, and `zstd`
- `crypto_expressions`: cryptographic functions such as `md5` and `sha256`
- `encoding_expressions`: `encode` and `decode` functions
- `parquet`: support for reading the [Apache Parquet] format
- `regex_expressions`: regular expression functions, such as `regexp_match`
- `unicode_expressions`: Include unicode aware functions such as `character_length`

Expand All @@ -58,7 +59,8 @@ Optional features:
- `serde`: enable arrow-schema's `serde` feature
- `simd`: enable arrow-rs's manual `SIMD` kernels (requires Rust `nightly`)

[apache avro]: https://avro.apache.org/
[Apache Avro]: https://avro.apache.org/
[Apache Parquet]: https://parquet.apache.org/

## Rust Version Compatibility

Expand Down

0 comments on commit 279e608

Please sign in to comment.