fn enforce_incremental_projection_budget(
root: &Path,
affected_paths: &BTreeSet<String>,
rows: u64,
retained_bytes: u64,
) -> Result<(), CliError>Expand description
Return typed full-refresh guidance when an incremental projection exceeds a bound.