Expand description
When iceberg_query_storage_mode is auto, this rule may rewrite
LogicalIcebergIntermediateScan (columnar Iceberg) to LogicalScan (row Hummock)
for Iceberg engine tables.
Structs§
Functions§
- check_
point_ 🔒lookup - Returns
truewhen the predicate has equality-to-constant conditions on all PK columns of the table, making this a point lookup that benefits from the row store’s key-value access pattern. - get_
table_ 🔒from_ iceberg_ source - rewrite_
to_ 🔒table_ scan - Rewrite the intermediate Iceberg scan to a Hummock
LogicalScan.