Per-column comparison of each aggregate F's stored value against its
rebuilt-from-source value — what the "recalculate aggregates" tools return.
Record<F, { current: number; recalculated: number; }>
Per-column comparison of each aggregate F's stored value against its
rebuilt-from-source value — what the "recalculate aggregates" tools return.
Record<F, { current: number; recalculated: number; }>
import { type AggregateRecalculation } from "docs/database.ts";