Package org.apache.iceberg.formats
package org.apache.iceberg.formats
-
ClassDescriptionBaseFormatModel<D,
S, W, R, F> Base implementation ofFormatModelthat provides common functionality for format models.A functional interface for creating readers that can read data from a specific format.A functional interface for creating writers that can write data in a specific format.A generic builder interface for creating specialized file writers in the Iceberg ecosystem.FormatModel<D,S> Interface that provides a unified abstraction for converting between data file formats and input/output data representations.A registry that manages file-format-specific readers and writers through a unified object model factory interface.ModelWriteBuilder<D,S> Builder interface for creating file writers across supported data file formats.ReadBuilder<D,S> Builder interface for creating file readers across supported data file formats.