mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
* Allow for delta tables to be directly backed by storage. Enables experimental support for delta tables that are too large to be stored in memory. We directly expose `DeltaTable` instead of copying the data into a datafusion::Memtable. Disadvantages: - in the new mode, no support for S3 - as we're relying on datafusion to handle the parquet files directly, nested schemas and certain data types may not work properly. |
||
|---|---|---|
| .. | ||
| arrow_ipc_file.rs | ||
| arrow_ipc_stream.rs | ||
| csv.rs | ||
| delta.rs | ||
| google_spreadsheets.rs | ||
| json.rs | ||
| mod.rs | ||
| ndjson.rs | ||
| parquet.rs | ||