Interface IcebergSchema.Builder

    • Method Detail

      • fields

        IcebergSchema.Builder fields​(Collection<SchemaField> fields)

        The schema fields for the table

        Parameters:
        fields - The schema fields for the table
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        IcebergSchema.Builder fields​(SchemaField... fields)

        The schema fields for the table

        Parameters:
        fields - The schema fields for the table
        Returns:
        Returns a reference to this object so that method calls can be chained together.