|
iceberg-cpp
|
#include <cstdint>#include <memory>#include <vector>#include "iceberg/arrow_c_data.h"#include "iceberg/iceberg_data_export.h"#include "iceberg/result.h"#include "iceberg/type_fwd.h"Go to the source code of this file.
Classes | |
| class | iceberg::FileWriter |
| Base interface for data file writers. More... | |
| struct | iceberg::FileWriter::WriteResult |
| File metadata for all files produced by this writer. More... | |
Base interface for Iceberg data file writers.