Searched defs:aggregationIndex (Results 1 – 3 of 3) sorted by relevance
130 export function aggregationIndex(pivotColumns: number, aggregationNo: number) { function
249 const value = row[aggregationIndex(treeDepth, j)]; constant
114 const childAgg = row[aggregationIndex(this.pivotColumnsCount, i)]; constant