pub fn all_columns(exprs: &[(Arc<dyn PhysicalExpr>, String)]) -> bool
Expand description
Returns true
if all the expressions in the argument are Column
s.
pub fn all_columns(exprs: &[(Arc<dyn PhysicalExpr>, String)]) -> bool
Returns true
if all the expressions in the argument are Column
s.