|
iceberg-cpp
|
#include <cstdint>#include <memory>#include <optional>#include <span>#include <string>#include <unordered_map>#include <vector>#include "iceberg/iceberg_export.h"#include "iceberg/partition_field.h"#include "iceberg/result.h"#include "iceberg/type_fwd.h"#include "iceberg/util/formattable.h"#include "iceberg/util/lazy.h"Go to the source code of this file.
Classes | |
| class | iceberg::PartitionSpec |
| A partition spec for a Table. More... | |
Partition specs for Iceberg tables.