pub trait LogicalIcebergScanExt {
// Required method
fn contains_iceberg_scan(&self) -> bool;
}Required Methods§
Sourcefn contains_iceberg_scan(&self) -> bool
fn contains_iceberg_scan(&self) -> bool
Returns true if the plan contains any LogicalIcebergScan node.