Function datafusion_physical_expr::physical_exprs_equal
source ยท 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.