pub fn physical_exprs_contains(
physical_exprs: &[Arc<dyn PhysicalExpr>],
expr: &Arc<dyn PhysicalExpr>,
) -> boolExpand description
This function is similar to the contains method of Vec. It finds
whether expr is among physical_exprs.