iceberg-cpp
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
iceberg::puffin::StandardBlobTypes Struct Reference

Standard blob types defined by the Iceberg specification. More...

#include <file_metadata.h>

Static Public Attributes

static constexpr std::string_view kApacheDatasketchesThetaV1
 
static constexpr std::string_view kDeletionVectorV1 = "deletion-vector-v1"
 A serialized deletion vector according to the Iceberg spec.
 

Detailed Description

Standard blob types defined by the Iceberg specification.

Member Data Documentation

◆ kApacheDatasketchesThetaV1

constexpr std::string_view iceberg::puffin::StandardBlobTypes::kApacheDatasketchesThetaV1
staticconstexpr
Initial value:
=
"apache-datasketches-theta-v1"

A serialized form of a "compact" Theta sketch produced by the Apache DataSketches library.


The documentation for this struct was generated from the following file: