@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Interface: IPivotTuple
Description
using Wefloder to store the pivot table data
Properties
Property | Type | Description | Defined in |
---|---|---|---|
count | number | The count of the values in the tuple. | types/interface.ts:51 |
countN | number | The count of the number values in the tuple. | types/interface.ts:52 |
max | number | The maximum value in the tuple. | types/interface.ts:55 |
min | number | The minimum value in the tuple. | types/interface.ts:54 |
product | number | The product of the values in the tuple. | types/interface.ts:53 |
squareSum | number | The sum of the squares of the values in the tuple. | types/interface.ts:56 |
sum | number | The sum of the values in the tuple. | types/interface.ts:50 |