Skip to content

Commit 166dca8

Browse files
committed
Minor: Document parquet crate feature
1 parent 12a6316 commit 166dca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Default features:
4747
- `compression`: reading files compressed with `xz2`, `bzip2`, `flate2`, and `zstd`
4848
- `crypto_expressions`: cryptographic functions such as `md5` and `sha256`
4949
- `encoding_expressions`: `encode` and `decode` functions
50+
- `parquet`: support for reading the [Apache Parquet] format
5051
- `regex_expressions`: regular expression functions, such as `regexp_match`
5152
- `unicode_expressions`: Include unicode aware functions such as `character_length`
5253

@@ -59,6 +60,7 @@ Optional features:
5960
- `simd`: enable arrow-rs's manual `SIMD` kernels (requires Rust `nightly`)
6061

6162
[apache avro]: https://avro.apache.org/
63+
[apache parquet]: https://parquet.apache.org/
6264

6365
## Rust Version Compatibility
6466

0 commit comments

Comments
 (0)