Protected
constructorOptional
Readonly
constituentIf this column is part of a roll-up tree table, represents the type of the row data that can be found in this column for leaf nodes if includeConstituents is enabled. Otherwise, it is null.
String
Optional
Readonly
descriptionint
do not use. Internal index of the column in the table, to be used as a key on the Row.
True if this column is a partition column. Partition columns are used for filtering uncoalesced tables - see Table.uncoalesced.
true if the column is a partition column
Label for this column.
String
Type of the row data that can be found in this column.
String
Creates a new value for use in filters based on this column. Used either as a parameter to another filter operation, or as a builder to create a filter operation.
a CustomColumn object to apply using applyCustomColumns
with the expression specified.
a CustomColumn object to apply using applyCustomColumns with the expression specified.
a CustomColumn object to apply using applyCustomColumns with the expression specified.
the value for this column in the given row. Type will be consistent with the type of the Column.
Any
Static
createa CustomColumn object to apply using applyCustomColumns with the expression specified.
Static
formatFormat entire rows colors using the expression specified. Returns a CustomColumn object to apply to a table using applyCustomColumns with the parameters specified.
Describes the structure of the column, and if desired can be used to get access to the data to be rendered in this column.