Structsยง
- NOTE(kwannoel): We do predicate pushdown to the iceberg-sdk here. zone-map is used to evaluate predicates on iceberg tables. Without zone-map, iceberg-sdk will still apply the predicate on its own. See: https://github.com/apache/iceberg-rust/blob/5c1a9e68da346819072a15327080a498ad91c488/crates/iceberg/src/arrow/reader.rs#L229-L235.