pub fn convert_to_expr<T>(
sequence: impl IntoIterator<Item = T>,
) -> Vec<Arc<dyn PhysicalExpr>>where
T: Borrow<PhysicalSortExpr>,Expand description
This function returns all Arc<dyn PhysicalExpr>s inside the given
PhysicalSortExpr sequence.