File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Default features:
47
47
- ` compression ` : reading files compressed with ` xz2 ` , ` bzip2 ` , ` flate2 ` , and ` zstd `
48
48
- ` crypto_expressions ` : cryptographic functions such as ` md5 ` and ` sha256 `
49
49
- ` encoding_expressions ` : ` encode ` and ` decode ` functions
50
+ - ` parquet ` : support for reading the [ Apache Parquet] format
50
51
- ` regex_expressions ` : regular expression functions, such as ` regexp_match `
51
52
- ` unicode_expressions ` : Include unicode aware functions such as ` character_length `
52
53
@@ -59,6 +60,7 @@ Optional features:
59
60
- ` simd ` : enable arrow-rs's manual ` SIMD ` kernels (requires Rust ` nightly ` )
60
61
61
62
[ apache avro ] : https://avro.apache.org/
63
+ [ apache parquet ] : https://parquet.apache.org/
62
64
63
65
## Rust Version Compatibility
64
66
You can’t perform that action at this time.
0 commit comments