Re-exports§
pub use parquet_file_handler::*;
Modules§
Structs§
- Iceberg
File Reader - Iceberg
File Scan Task Json Str - Iceberg
Properties - Iceberg
Scan Metrics - Iceberg
Scan Opts - Iceberg
Split - Iceberg
Split Enumerator
Enums§
Constants§
Statics§
Functions§
- scan_
task_ to_ chunk_ with_ deletes - Scan a data file and optionally apply delete files (both position delete and equality delete).
This implementation follows the iceberg-rust
process_file_scan_tasklogic for proper delete handling.