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 descriptionReturns the column restrictions for input table columns, or an empty array if this is not an input table column or if no restrictions are defined. The restrictions are implementation-specific constraints that the server enforces on column values. The returned array is a copy and may be safely modified by the caller.
Array of column restrictions, empty if none are defined
int
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.
Optional options: CustomColumnOptionsA CustomColumn object to apply using applyCustomColumns with the expression specified.
Optional options: CustomColumnOptionsA CustomColumn object to apply using applyCustomColumns with the expression specified.
Optional options: CustomColumnOptionsThe 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.
Optional options: CustomColumnOptionsStatic formatFormat entire rows colors using the expression specified. Returns a CustomColumn object to apply to a
table using applyCustomColumns with the parameters specified.
Optional options: CustomColumnOptions
Describes the structure of the column, and if desired can be used to get access to the data to be rendered in this column.