iceberg-cpp
Loading...
Searching...
No Matches
Classes
schema_field.h File Reference
#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...
 

Detailed Description

A (schema) field is a name and a type and is part of a schema or nested type (e.g. a struct).