History metadata table.
More...
#include <history_table.h>
|
| Kind | kind () const noexcept override |
| |
|
const TableIdentifier & | name () const |
| |
|
const std::shared_ptr< Schema > & | schema () const |
| |
|
const std::shared_ptr< Table > & | source_table () const |
| |
|
|
static Result< std::unique_ptr< HistoryTable > > | Make (std::shared_ptr< Table > table) |
| |
|
static Result< std::unique_ptr< MetadataTable > > | Make (std::shared_ptr< Table > table, Kind kind) |
| |
|
| enum class | Kind { kSnapshots
, kHistory
} |
| |
|
| MetadataTable (std::shared_ptr< Table > source_table, TableIdentifier identifier, std::shared_ptr< Schema > schema) |
| |
◆ kind()
| Kind iceberg::HistoryTable::kind |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
The documentation for this class was generated from the following files: