Class OpenLineage.IcebergScanReportInputDatasetFacetScanMetrics

java.lang.Object
io.openlineage.client.OpenLineage.IcebergScanReportInputDatasetFacetScanMetrics
Enclosing class:
OpenLineage

public static final class OpenLineage.IcebergScanReportInputDatasetFacetScanMetrics extends Object
model class for IcebergScanReportInputDatasetFacetScanMetrics
  • Method Details

    • getTotalPlanningDuration

      public Double getTotalPlanningDuration()
      Returns:
      Duration of the scan in MILLISECONDS
    • getResultDataFiles

      public Double getResultDataFiles()
      Returns:
      List of data files that are read during the scan
    • getResultDeleteFiles

      public Double getResultDeleteFiles()
      Returns:
      List of delete files that are read during the scan
    • getTotalDataManifests

      public Double getTotalDataManifests()
      Returns:
      Total number of manifests that are scanned during the scan
    • getTotalDeleteManifests

      public Double getTotalDeleteManifests()
      Returns:
      Total number of delete manifests that are scanned during the scan
    • getScannedDataManifests

      public Double getScannedDataManifests()
      Returns:
      Number of data manifests that are scanned during the scan
    • getSkippedDataManifests

      public Double getSkippedDataManifests()
      Returns:
      Number of data manifests that are skipped during the scan
    • getTotalFileSizeInBytes

      public Double getTotalFileSizeInBytes()
      Returns:
      Total file size in bytes that are read during the scan
    • getTotalDeleteFileSizeInBytes

      public Double getTotalDeleteFileSizeInBytes()
      Returns:
      Total delete file size in bytes that are read during the scan
    • getSkippedDataFiles

      public Double getSkippedDataFiles()
      Returns:
      Number of data files that are skipped during the scan
    • getSkippedDeleteFiles

      public Double getSkippedDeleteFiles()
      Returns:
      Number of delete files that are skipped during the scan
    • getScannedDeleteManifests

      public Double getScannedDeleteManifests()
      Returns:
      Number of delete manifests that are scanned during the scan
    • getSkippedDeleteManifests

      public Double getSkippedDeleteManifests()
      Returns:
      Number of delete manifests that are skipped during the scan
    • getIndexedDeleteFiles

      public Double getIndexedDeleteFiles()
      Returns:
      Number of delete files that are indexed during the scan
    • getEqualityDeleteFiles

      public Double getEqualityDeleteFiles()
      Returns:
      Number of delete files that are equality indexed during the scan
    • getPositionalDeleteFiles

      public Double getPositionalDeleteFiles()
      Returns:
      Number of delete files that are positional indexed during the scan