iceberg-cpp
Loading...
Searching...
No Matches
Classes | Namespaces
dv_writer.h File Reference
#include <cstdint>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
#include "iceberg/deletes/position_delete_index.h"
#include "iceberg/iceberg_export.h"
#include "iceberg/result.h"
#include "iceberg/row/partition_values.h"
#include "iceberg/type_fwd.h"

Go to the source code of this file.

Classes

struct  iceberg::DeleteWriteResult
 File metadata for deletion vectors produced by DVWriter. More...
 
struct  iceberg::DVWriterOptions
 Options for creating a DVWriter. More...
 
class  iceberg::DVWriter
 A deletion vector file writer. More...
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 

Detailed Description

Writer that emits deletion vectors as deletion-vector-v1 blobs in a Puffin file.