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