pub fn physical_exprs_contains(
physical_exprs: &[Arc<dyn PhysicalExpr>],
expr: &Arc<dyn PhysicalExpr>
) -> bool
Expand description
It is similar to contains method of vector.
Finds whether expr
is among physical_exprs
.
pub fn physical_exprs_contains(
physical_exprs: &[Arc<dyn PhysicalExpr>],
expr: &Arc<dyn PhysicalExpr>
) -> bool
It is similar to contains method of vector.
Finds whether expr
is among physical_exprs
.