|
iceberg-cpp
|
Define table abstractions and update entry points. More...
#include <functional>#include <memory>#include <string>#include <unordered_map>#include <vector>#include "iceberg/iceberg_export.h"#include "iceberg/snapshot.h"#include "iceberg/table_identifier.h"#include "iceberg/type_fwd.h"#include "iceberg/update/update_location.h"#include "iceberg/util/timepoint.h"Go to the source code of this file.
Classes | |
| class | iceberg::Table |
| Represents an Iceberg table. More... | |
| class | iceberg::StagedTable |
| A table created by stage-create and not yet committed. More... | |
| class | iceberg::StaticTable |
| A read-only table. More... | |
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
Define table abstractions and update entry points.