class pixeltable.ColumnMetadata
Metadata for a column of a Pixeltable table.attr comment
attr computed_with
None if this is not a computed column.
attr custom_metadata
attr defined_in
defined_in may differ from the current table name.
attr depends_on
None.
attr destination
attr is_builtin
None if this is not a computed column.
attr is_computed
True if this column is a computed column.
attr is_iterator_col
True if this column is produced by an iterator (only applicable to views).
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.
attr media_validation
None if the type of this column is not a media type.