IcebergSchema
class IcebergSchema
Defines the schema structure for an Iceberg table, including field definitions, data types, and schema metadata.
Types
Properties
Link copied to clipboard
The list of field definitions that make up the table schema, including field names, types, and metadata.
Link copied to clipboard
The list of field identifiers that uniquely identify records in the table, used for row-level operations and deduplication.
Link copied to clipboard
The root type of the schema structure, typically "struct" for Iceberg table schemas.