Package org.apache.iceberg.formats


package org.apache.iceberg.formats
  • Class
    Description
    BaseFormatModel<D,S,W,R,F>
    Base implementation of FormatModel that 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.
    FileWriterBuilder<W extends FileWriter<?,?>,S>
    A generic builder interface for creating specialized file writers in the Iceberg ecosystem.
    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.
    Builder interface for creating file writers across supported data file formats.
    Builder interface for creating file readers across supported data file formats.