Module puffin

Source
Expand description

Iceberg Puffin implementation.

Structs§

Blob
The blob
BlobMetadata
Metadata about a blob. For more information, see: https://iceberg.apache.org/puffin-spec/#blobmetadata
FileMetadata
Metadata about a puffin file.
PuffinReader
Puffin reader
PuffinWriter
Puffin writer

Enums§

CompressionCodec
Data compression formats

Constants§

APACHE_DATASKETCHES_THETA_V1
A serialized form of a “compact” Theta sketch produced by the Apache DataSketches library.
CREATED_BY_PROPERTY
Human-readable identification of the application writing the file, along with its version. Example: “Trino version 381”
DELETION_VECTOR_V1
A serialized form of a deletion vector.