iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
iceberg::rest::CreateTableRequest Struct Reference

Request to create a table. More...

#include <types.h>

Public Member Functions

Status Validate () const
 Validates the CreateTableRequest.
 
bool operator== (const CreateTableRequest &other) const
 

Public Attributes

std::string name
 
std::string location
 
std::shared_ptr< Schemaschema
 
std::shared_ptr< PartitionSpecpartition_spec
 
std::shared_ptr< SortOrderwrite_order
 
bool stage_create = false
 
std::unordered_map< std::string, std::string > properties
 

Detailed Description

Request to create a table.


The documentation for this struct was generated from the following files: