TableName#
- class ducklake.TableName(schema: str, name: str)[source]#
A tuple representing the name of a table.
Create new instance of TableName(schema, name)
Methods:
Attributes:
- count(value, /)#
Return number of occurrences of value.
- index(value, start=0, stop=sys.maxsize, /)#
Return first index of value.
Raises ValueError if the value is not present.