|
iceberg-cpp
|
Utility class for computing Avro file metrics. More...
#include <avro_metrics.h>
Static Public Member Functions | |
| static Metrics | GetMetrics (const Schema &schema, int64_t num_records, const MetricsConfig &metrics_config) |
| Compute metrics from writer state. | |
Utility class for computing Avro file metrics.
|
static |
Compute metrics from writer state.
| schema | The Iceberg schema of the written data. |
| num_records | The number of records written. |
| metrics_config | The metrics configuration. |