|
iceberg-cpp
|
#include <memory>#include <optional>#include <span>#include <string>#include <string_view>#include <unordered_map>#include <unordered_set>#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/type_fwd.h"#include "iceberg/update/pending_update.h"Go to the source code of this file.
Classes | |
| class | iceberg::UpdateSchema |
| API for schema evolution. More... | |
| struct | iceberg::UpdateSchema::Move |
| Represents a column move operation within a struct (internal use only). More... | |
| struct | iceberg::UpdateSchema::ApplyResult |
API for schema evolution.