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

Define scan metrics and reports. More...

#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include "iceberg/constants.h"
#include "iceberg/expression/expression.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::ScanMetricsResult
 Immutable snapshot of scan metrics for use in ScanReport. More...
 
class  iceberg::ScanMetrics
 Live scan metrics collected during a table scan operation. More...
 
struct  iceberg::ScanReport
 Report generated after a table scan operation. More...
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 

Detailed Description

Define scan metrics and reports.