Searched defs:columnSums (Results 1 – 2 of 2) sorted by relevance
51 columnSums: string[]; property
125 const columnSums = await Promise.all(defs.map((def) => this.getSum(def))); constant