cupertino-files / ColumnAggregate
Interface: ColumnAggregate
Defined in: src/tst/categories.ts:186
A per-group summary of one column, e.g. "total of Count per Category".
Properties
aggType
aggType:
number
Defined in: src/tst/categories.ts:196
Raw agg_type. Numbers offers sum, average, count and so on, but no fixture carries a non-empty aggregate list, so the codes are passed through rather than named.
column
column:
number|undefined
Defined in: src/tst/categories.ts:187
columnUid
columnUid:
Uid|undefined
Defined in: src/tst/categories.ts:188
level
level:
number
Defined in: src/tst/categories.ts:190
Category depth this summary is shown at.
showAsType
showAsType:
number|undefined
Defined in: src/tst/categories.ts:197