TableSchema

data class TableSchema(val columns: TableColumns)

Eventually we might need some sort of struct to track anything not represented in the TableColumns object. For example, Bigquery's partitioning/clustering key, Iceberg's identifier fields.

Constructors

Link copied to clipboard
constructor(columns: TableColumns)

Properties

Link copied to clipboard