tlc.core.objects.tables.null_table#

A simple empty table

Module Contents#

Classes#

Class

Description

NullTable

A simple empty table

API#

class tlc.core.objects.tables.null_table.NullTable(url: tlc.core.url.Url | None = None, init_parameters: Any = None)#

Bases: tlc.core.objects.table.Table

A simple empty table

Parameters:
  • url – The URL of the table.

  • created – The creation time of the table.

  • description – The description of the table.

  • row_cache_url – The URL of the row cache.

  • row_cache_populated – Whether the row cache is populated.

  • override_table_rows_schema – The schema to override the table rows schema.

  • init_parameters – The initial parameters of the table.