Function prql_compiler::ir::pl::fold_func

source ·
pub fn fold_func<T>(fold: &mut T, func: Func) -> Result<Func, Error>
where T: PlFold + ?Sized,