Builder
class Builder
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.