Class OrcMetrics


  • public class OrcMetrics
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.iceberg.Metrics fromInputFile​(org.apache.iceberg.io.InputFile file)  
      static org.apache.iceberg.Metrics fromInputFile​(org.apache.iceberg.io.InputFile file, org.apache.iceberg.MetricsConfig metricsConfig)  
      static org.apache.iceberg.Metrics fromInputFile​(org.apache.iceberg.io.InputFile file, org.apache.iceberg.MetricsConfig metricsConfig, org.apache.iceberg.mapping.NameMapping mapping)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromInputFile

        public static org.apache.iceberg.Metrics fromInputFile​(org.apache.iceberg.io.InputFile file)
      • fromInputFile

        public static org.apache.iceberg.Metrics fromInputFile​(org.apache.iceberg.io.InputFile file,
                                                               org.apache.iceberg.MetricsConfig metricsConfig)
      • fromInputFile

        public static org.apache.iceberg.Metrics fromInputFile​(org.apache.iceberg.io.InputFile file,
                                                               org.apache.iceberg.MetricsConfig metricsConfig,
                                                               org.apache.iceberg.mapping.NameMapping mapping)