Columns

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

The Columns tab lists the table columns, data type, required status, and description.
Column
Description

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 not (Optional).

Description

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

Last updated