cupertino-files / GroupColumn
Interface: GroupColumn
Defined in: src/tst/categories.ts:148
A column the table is grouped by.
Properties
column
column:
number|undefined
Defined in: src/tst/categories.ts:150
Resolved position, or undefined if the identity is not this table's.
columnUid
columnUid:
Uid|undefined
Defined in: src/tst/categories.ts:151
groupingName
groupingName:
string|undefined
Defined in: src/tst/categories.ts:161
groupingType named, or undefined for a code not yet seen.
groupingType
groupingType:
number
Defined in: src/tst/categories.ts:152
hasFunctor
hasFunctor:
boolean
Defined in: src/tst/categories.ts:159
True when the column is bucketed rather than grouped one-per-value. Equivalent to a groupingType other than GroupingType.BY_VALUE, and read from the presence of the bucketing formula so the two can be cross-checked on a code this library has not seen.