pub fn physical_to_column_exprs( exprs: &[ProjectionExpr], ) -> Option<Vec<(Column, String)>>
Downcasts all the expressions in exprs to Columns. If any of the given expressions is not a Column, returns None.
exprs
Column
None