Package org.apache.iceberg.metrics
Interface ScanReport
- All Superinterfaces:
MetricsReport
A Table Scan report that contains all relevant information from a Table Scan.
-
Method Details
-
tableName
String tableName() -
snapshotId
long snapshotId() -
filter
Expression filter() -
schemaId
int schemaId() -
projectedFieldIds
-
projectedFieldNames
-
scanMetrics
ScanMetricsResult scanMetrics() -
metadata
-