Package io.openlineage.client
Class OpenLineage.IcebergScanReportInputDatasetFacetScanMetrics
java.lang.Object
io.openlineage.client.OpenLineage.IcebergScanReportInputDatasetFacetScanMetrics
- Enclosing class:
- OpenLineage
model class for IcebergScanReportInputDatasetFacetScanMetrics
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTotalPlanningDuration
- Returns:
- Duration of the scan in MILLISECONDS
-
getResultDataFiles
- Returns:
- List of data files that are read during the scan
-
getResultDeleteFiles
- Returns:
- List of delete files that are read during the scan
-
getTotalDataManifests
- Returns:
- Total number of manifests that are scanned during the scan
-
getTotalDeleteManifests
- Returns:
- Total number of delete manifests that are scanned during the scan
-
getScannedDataManifests
- Returns:
- Number of data manifests that are scanned during the scan
-
getSkippedDataManifests
- Returns:
- Number of data manifests that are skipped during the scan
-
getTotalFileSizeInBytes
- Returns:
- Total file size in bytes that are read during the scan
-
getTotalDeleteFileSizeInBytes
- Returns:
- Total delete file size in bytes that are read during the scan
-
getSkippedDataFiles
- Returns:
- Number of data files that are skipped during the scan
-
getSkippedDeleteFiles
- Returns:
- Number of delete files that are skipped during the scan
-
getScannedDeleteManifests
- Returns:
- Number of delete manifests that are scanned during the scan
-
getSkippedDeleteManifests
- Returns:
- Number of delete manifests that are skipped during the scan
-
getIndexedDeleteFiles
- Returns:
- Number of delete files that are indexed during the scan
-
getEqualityDeleteFiles
- Returns:
- Number of delete files that are equality indexed during the scan
-
getPositionalDeleteFiles
- Returns:
- Number of delete files that are positional indexed during the scan
-