pub fn physical_exprs_equal(
    lhs: &[Arc<dyn PhysicalExpr>],
    rhs: &[Arc<dyn PhysicalExpr>]
) -> bool
Expand description

Checks whether the given physical expression slices are equal.