LogicalIcebergScanExt

Trait LogicalIcebergScanExt 

Source
pub trait LogicalIcebergScanExt {
    // Required method
    fn contains_iceberg_scan(&self) -> bool;
}

Required Methods§

Source

fn contains_iceberg_scan(&self) -> bool

Returns true if the plan contains any LogicalIcebergScan node.

Implementors§