iceberg-cpp
Loading...
Searching...
No Matches
Classes
schema.h File Reference
#include <cstdint>
#include <optional>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "iceberg/iceberg_export.h"
#include "iceberg/result.h"
#include "iceberg/schema_field.h"
#include "iceberg/type.h"
#include "iceberg/util/lazy.h"
#include "iceberg/util/string_util.h"

Go to the source code of this file.

Classes

class  iceberg::Schema
 A schema for a Table. More...
 
class  iceberg::SchemaCache
 
struct  iceberg::SchemaCache::NameIdMap
 

Detailed Description

Schemas for Iceberg tables. This header contains the definition of Schema and any utility functions. See iceberg/type.h and iceberg/field.h as well.