|
iceberg-cpp
|
#include <cstdint>#include <memory>#include <string>#include <string_view>#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/type_fwd.h"#include "iceberg/util/formattable.h"Go to the source code of this file.
Classes | |
| class | iceberg::SchemaField |
| A type combined with a name. More... | |
A (schema) field is a name and a type and is part of a schema or nested type (e.g. a struct).