Module logical_iceberg_intermediate_scan

Module logical_iceberg_intermediate_scan 

Source

Structsยง

HummockRewriteInfo
Predicate and column mapping needed when rewriting an Iceberg scan to a Hummock LogicalScan. Only consumed by IcebergEngineStorageSelectionRule; the normal Iceberg path ignores these fields.
LogicalIcebergIntermediateScan
LogicalIcebergIntermediateScan is an intermediate plan node used during optimization of Iceberg scans. It accumulates predicates and column pruning information before being converted to the final LogicalIcebergScan with delete file anti-joins.