Columns

Find the columns in your table as defined in the Iceberg specification.

Columns Tab
ColumnDescription

Column Name

The name of the column.

Data Type

Specifies the type of data stored in this column, such as integer, string, or timestamp.

Requirement

Indicates whether values in this column are mandatory (Required) or can be left empty (Optional).

Description

Additional context about the column, as provided in the original Iceberg table schema.

Last updated