Function datafusion_physical_expr::utils::convert_to_expr
source ยท 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.