iceberg-cpp
Loading...
Searching...
No Matches
Classes | Namespaces
commit_report.h File Reference

Define commit metrics and reports. More...

#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include "iceberg/constants.h"
#include "iceberg/iceberg_export.h"
#include "iceberg/metrics/metrics_context.h"
#include "iceberg/metrics/metrics_types.h"
#include "iceberg/metrics/timer.h"

Go to the source code of this file.

Classes

struct  iceberg::CommitMetricsResult
 Immutable snapshot of commit metrics for use in CommitReport. More...
 
class  iceberg::CommitMetrics
 Live commit metrics collected during a table commit operation. More...
 
struct  iceberg::CommitReport
 Report generated after a commit operation. More...
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 

Detailed Description

Define commit metrics and reports.