24#include "iceberg/iceberg_export.h"
25#include "iceberg/inspect/metadata_table.h"
26#include "iceberg/result.h"
34 static Result<std::unique_ptr<SnapshotsTable>> Make(std::shared_ptr<Table> table);
38 Kind kind()
const noexcept override {
return Kind::kSnapshots; }
Snapshots metadata table.
Definition snapshots_table.h:32