|
iceberg-cpp
|
#include <cstdint>#include <memory>#include <string>#include <string_view>#include <unordered_map>#include "iceberg/arrow_c_data.h"#include "iceberg/data/writer.h"#include "iceberg/file_format.h"#include "iceberg/iceberg_data_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::PositionDeleteWriterOptions |
| Options for creating a PositionDeleteWriter. More... | |
| class | iceberg::PositionDeleteWriter |
| Writer for Iceberg position delete files. More... | |
Position delete writer for Iceberg tables.