class pixeltable.ColumnMetadata
View source on GitHub
Metadata for a column of a Pixeltable table.
attr computed_with
None if this is not a computed column.
attr defined_in
defined_in may differ from the current table name.
attr is_primary_key
True if this column is part of the table’s primary key.
attr is_stored
True if this is a stored column; False if it is dynamically computed.