Documentation Index
Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
Use this file to discover all available pages before exploring further.
class pixeltable.TableMetadata
Metadata for a Pixeltable table.
attr base
If this table is a view or snapshot, the full path of its base table; otherwise None.
attr columns
columns: dict[str, ColumnMetadata]
Column metadata for all of the visible columns of the table.
User-provided table comment, if one exists.
attr indices
indices: dict[str, IndexMetadata]
Index metadata for all of the indices of the table.
attr is_replica
True if this table is a replica of another (shared) table.
attr is_snapshot
True if this table is a snapshot.
attr is_view
True if this table is a view.
media_validation: Literal['on_read', 'on_write']
The media validation policy for this table.
attr name
The name of the table (ex: 'my_table').
attr path
The full path of the table (ex: 'my_dir.my_subdir.my_table').
attr schema_version
The current schema version of the table.
attr version
The current version of the table.
attr version_created
version_created: datetime.datetime
The timestamp when this table version was created.