class pixeltable.TableMetadata
Metadata for a Pixeltable table.attr base
None.
attr columns
attr comment
attr custom_metadata
attr has_default_idxs
True if eligible columns of this table get a default B-tree index.
attr id
attr indexes
attr is_data_versioned
True if this is a data-versioned table.
attr is_snapshot
True if this table is a snapshot.
attr is_view
True if this table is a view.
attr iterator_call
None.
attr kind
'table', 'view', or 'snapshot'.
attr media_validation
attr name
'my_table').
attr path
'my_dir.my_subdir.my_table').
attr primary_key
None if this table has no primary key.
attr schema_version
attr version
attr version_created
attr view_filter
where) predicate; None if this is not a view or has no filter.
attr view_sample
sample clause; None if this is not a view or has no sample clause.