uncountable.core.query.column.Column¶
- class uncountable.core.query.column.Column[ValueT, NullableT: NullableColumn | NonNullableColumn](*, identifier, nullable, value_type)¶
Used in conjunction with the QueryRow and QueryBuilder classes to fetch structured data from the Uncountable API.
Add Column instances as properties to a subclass of QueryRow to define the data returned by the query.
WARNING: This class is in beta and subject to breaking changes. Always check the SDK changelog for breaking changes before updating your SDK version.
- Parameters:
identifier (ColumnIdentifier)
nullable (type[NullableT])
value_type (type[object] | types.UnionType)
- identifier: ColumnIdentifier¶
- name: str | None = None¶