|
iceberg-cpp
|
Request to commit changes to a table. More...
#include <types.h>
Public Member Functions | |
| Status | Validate () const |
| Validates the CommitTableRequest. | |
| bool | operator== (const CommitTableRequest &other) const |
Public Attributes | |
| TableIdentifier | identifier |
| std::vector< std::shared_ptr< TableRequirement > > | requirements |
| std::vector< std::shared_ptr< TableUpdate > > | updates |
Request to commit changes to a table.