|
iceberg-cpp
|
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< Schema > | schema |
| std::shared_ptr< PartitionSpec > | partition_spec |
| std::shared_ptr< SortOrder > | write_order |
| bool | stage_create = false |
| std::unordered_map< std::string, std::string > | properties |
Request to create a table.