Package org.apache.iceberg.puffin
Class Puffin.ReadBuilder
java.lang.Object
org.apache.iceberg.puffin.Puffin.ReadBuilder
- Enclosing class:
- Puffin
A builder for
PuffinReader
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withFileSize
(long size) Passes known file size to the reader.withFooterSize
(long size) Passes known footer size to the reader.
-
Method Details
-
withFileSize
Passes known file size to the reader. This may improve read performance. -
build
-