Class TaskSkippedDataManifests

java.lang.Object
org.apache.iceberg.spark.source.metrics.TaskSkippedDataManifests
All Implemented Interfaces:
org.apache.spark.sql.connector.metric.CustomTaskMetric

public class TaskSkippedDataManifests extends Object implements org.apache.spark.sql.connector.metric.CustomTaskMetric
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface org.apache.spark.sql.connector.metric.CustomTaskMetric
    • value

      public long value()
      Specified by:
      value in interface org.apache.spark.sql.connector.metric.CustomTaskMetric
    • from

      public static TaskSkippedDataManifests from(ScanReport scanReport)