File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,15 @@ There are several related crates in different repositories
92
92
| [ ` datafusion ` ] | In-memory query engine with SQL support | [ (README)] [ datafusion-readme ] |
93
93
| [ ` ballista ` ] | Distributed query execution | [ (README)] [ ballista-readme ] |
94
94
| [ ` object_store_opendal ` ] | Use [ ` opendal ` ] as [ ` object_store ` ] backend | [ (README)] [ object_store_opendal-readme ] |
95
+ | [ ` parquet_opendal ` ] | Use [ ` opendal ` ] for [ ` parquet ` ] Arrow IO | [ (README)] [ parquet_opendal-readme ] |
95
96
96
97
[ `datafusion` ] : https://crates.io/crates/datafusion
97
98
[ `ballista` ] : https://crates.io/crates/ballista
98
99
[ `object_store_opendal` ] : https://crates.io/crates/object_store_opendal
99
100
[ `opendal` ] : https://crates.io/crates/opendal
100
101
[ object_store_opendal-readme ] : https://github.com/apache/opendal/blob/main/integrations/object_store/README.md
102
+ [ `parquet_opendal` ] : https://crates.io/crates/parquet_opendal
103
+ [ parquet_opendal-readme ] : https://github.com/apache/opendal/blob/main/integrations/parquet/README.md
101
104
102
105
Collectively, these crates support a wider array of functionality for analytic computations in Rust.
103
106
You can’t perform that action at this time.
0 commit comments