Class OrcFormatStatisticsReportUtil


  • public class OrcFormatStatisticsReportUtil
    extends Object
    Utils for Orc format statistics report.
    • Constructor Detail

      • OrcFormatStatisticsReportUtil

        public OrcFormatStatisticsReportUtil()
    • Method Detail

      • getTableStatistics

        public static org.apache.flink.table.plan.stats.TableStats getTableStatistics​(List<org.apache.flink.core.fs.Path> files,
                                                                                      org.apache.flink.table.types.DataType producedDataType,
                                                                                      org.apache.hadoop.conf.Configuration hadoopConfig)
      • getTableStatistics

        public static org.apache.flink.table.plan.stats.TableStats getTableStatistics​(List<org.apache.flink.core.fs.Path> files,
                                                                                      org.apache.flink.table.types.DataType producedDataType,
                                                                                      org.apache.hadoop.conf.Configuration hadoopConfig,
                                                                                      int statisticsThreadNum)