tlc.core.objects.tables.system_tables.indexing_tables.table_info
¶
Information about a table (but not a table itself).
Module Contents¶
Classes¶
Class |
Description |
---|---|
Information about a table (but not a table itself). |
API¶
- class TableInfo(
- url: Url,
- created: str,
- input_table_urls: list[Url],
- row_count: int,
- dataset_name: str = '',
- project_name: str = '',
- is_url_writable: bool = False,
- description: str = '',
- object_type: str = '',
- row_cache_url: str = '',
Information about a table (but not a table itself).
This only includes properties which are common across different table types.
- static add_table_info_properties_to_schema(
- schema: Schema,
Adds the properties for a TableInfo to a schema