Function mz_persist_types::stats::trim_to_budget_jsonb

source ยท
fn trim_to_budget_jsonb(
    stats: &mut ProtoJsonMapStats,
    budget_shortfall: &mut usize,
    force_keep_col: &impl Fn(&str) -> bool,
)