Function datafusion_physical_expr::physical_exprs_bag_equal
source ยท pub fn physical_exprs_bag_equal(
lhs: &[Arc<dyn PhysicalExpr>],
rhs: &[Arc<dyn PhysicalExpr>],
) -> bool
Expand description
Checks whether the given physical expression slices are equal in the sense of bags (multi-sets), disregarding their orderings.