Skip to content

Commit 2ef145c

Browse files
committed
Minor: Document parquet crate feature
1 parent 48ea4b2 commit 2ef145c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
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

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

61-
[apache avro]: https://avro.apache.org/
62+
[Apache Avro]: https://avro.apache.org/
63+
[Apache Parquet]: https://parquet.apache.org/
6264

6365
## Rust Version Compatibility
6466

0 commit comments

Comments
 (0)