File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments