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- 
tableNameString tableName()
- 
snapshotIdlong snapshotId()
- 
filterExpression filter()
- 
schemaIdint schemaId()
- 
projectedFieldIds
- 
projectedFieldNames
- 
scanMetricsScanMetricsResult scanMetrics()
- 
metadata
 
-