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