Class Puffin.ReadBuilder

java.lang.Object
org.apache.iceberg.puffin.Puffin.ReadBuilder
Enclosing class:
Puffin

public static final class Puffin.ReadBuilder extends Object
A builder for PuffinReader.
  • Method Details

    • withFileSize

      public Puffin.ReadBuilder withFileSize(long size)
      Passes known file size to the reader. This may improve read performance.
    • withFooterSize

      public Puffin.ReadBuilder withFooterSize(long size)
      Passes known footer size to the reader. This may improve read performance.
    • build

      public PuffinReader build()