Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 4 additions & 17 deletions parquet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,10 @@ The `parquet` crate provides the following features which may be enabled in your

## Parquet Feature Status

- [x] All encodings supported
- [x] All compression codecs supported
- [x] Read support
- [x] Primitive column value readers
- [x] Row record reader
- [x] Arrow record reader
- [x] Async support (to Arrow)
- [x] Encrypted files
- [x] Statistics support
- [x] Write support
- [x] Primitive column value writers
- [ ] Row record writer
- [x] Arrow record writer
- [x] Async support
- [x] Encrypted files
- [x] Predicate pushdown
- [x] Parquet format 4.0.0 support
Please see the [Implementation Status Page] on the [Apache Parquet] website for
information on the status of this implementation.

[Implementation Status Page]: https://parquet.apache.org/docs/file-format/implementationstatus/

## License

Expand Down
Loading