Function prqlc::ir::pl::fold_func_call

source ·
pub fn fold_func_call<T: ?Sized + PlFold>(
    fold: &mut T,
    func_call: FuncCall
) -> Result<FuncCall>