Builder
class Builder
Properties
Link copied to clipboard
The schema fields for the table. Each field defines a column in the table, including its name, type, and whether it is required.
Link copied to clipboard
A list of field IDs that are used as the identifier fields for the table. Identifier fields uniquely identify a row in the table.
Link copied to clipboard
The type of the top-level schema, which is always a struct type as defined in the Apache Iceberg specification. This value must be struct.