polars.catalog.unity.TableInfo#
- class polars.catalog.unity.TableInfo(
- name: str,
- comment: str | None,
- table_id: str,
- table_type: TableType,
- storage_location: str | None,
- data_source_format: DataSourceFormat | None,
- columns: list[ColumnInfo] | None,
- properties: dict[str, str],
- created_at: datetime | None,
- created_by: str | None,
- updated_at: datetime | None,
- updated_by: str | None,
Information for a catalog table.
- __init__(
- name: str,
- comment: str | None,
- table_id: str,
- table_type: TableType,
- storage_location: str | None,
- data_source_format: DataSourceFormat | None,
- columns: list[ColumnInfo] | None,
- properties: dict[str, str],
- created_at: datetime | None,
- created_by: str | None,
- updated_at: datetime | None,
- updated_by: str | None,
Methods
__init__(name, comment, table_id, ...)Get the native polars schema of this table.
Attributes
namecommenttable_idtable_typestorage_locationdata_source_formatcolumnspropertiescreated_atcreated_byupdated_atupdated_by