pub fn physical_exprs_contains(
    physical_exprs: &[Arc<dyn PhysicalExpr>],
    expr: &Arc<dyn PhysicalExpr>
) -> bool
Expand description

This function is similar to the contains method of Vec. It finds whether expr is among physical_exprs.