Function all_columns

Source
pub fn all_columns(exprs: &[(Arc<dyn PhysicalExpr>, String)]) -> bool
Expand description

Returns true if all the expressions in the argument are Columns.