pub fn try_into_sync_exprs(
exprs: Vec<BoxedExpression>,
) -> Result<Vec<Arc<dyn SyncExpression>>, Vec<BoxedExpression>>Expand description
Try to unwrap boxed expressions into sync expressions.
Returns the original boxed expression list if any expression is async.