Package org.apache.iceberg.puffin
Class StandardBlobTypes
java.lang.Object
org.apache.iceberg.puffin.StandardBlobTypes
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA serialized form of a "compact" Theta sketch produced by the Apache DataSketches librarystatic final StringA serialized deletion vector according to the Iceberg spec - 
Method Summary
 
- 
Field Details
- 
APACHE_DATASKETCHES_THETA_V1
A serialized form of a "compact" Theta sketch produced by the Apache DataSketches library- See Also:
 
 - 
DV_V1
A serialized deletion vector according to the Iceberg spec- See Also:
 
 
 -