Function mz_persist_types::stats::trim_to_budget_struct
source ยท fn trim_to_budget_struct(
stats: &mut ProtoStructStats,
budget_shortfall: &mut usize,
force_keep_col: &impl Fn(&str) -> bool,
)
Expand description
Recursively trims cols in the struct, greatest-size first, keeping force kept cols and ancestors of force kept cols.