|
iceberg-cpp
|
#include <string>#include <vector>#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/util/formatter.h"Go to the source code of this file.
Classes | |
| struct | iceberg::Namespace |
| A namespace in a catalog. More... | |
| struct | iceberg::TableIdentifier |
| Identifies a table in iceberg catalog. More... | |
Functions | |
| ICEBERG_EXPORT std::string | iceberg::ToString (const Namespace &ns) |
| ICEBERG_EXPORT std::string | iceberg::ToString (const TableIdentifier &ident) |
A TableIdentifier is a unique identifier for a table