Package org.apache.flink.orc.util
Class OrcFormatStatisticsReportUtil
- java.lang.Object
-
- org.apache.flink.orc.util.OrcFormatStatisticsReportUtil
-
public class OrcFormatStatisticsReportUtil extends Object
Utils for Orc format statistics report.
-
-
Constructor Summary
Constructors Constructor Description OrcFormatStatisticsReportUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableStats
getTableStatistics(List<Path> files, DataType producedDataType, org.apache.hadoop.conf.Configuration hadoopConfig)
static TableStats
getTableStatistics(List<Path> files, DataType producedDataType, org.apache.hadoop.conf.Configuration hadoopConfig, int statisticsThreadNum)
-
-
-
Method Detail
-
getTableStatistics
public static TableStats getTableStatistics(List<Path> files, DataType producedDataType, org.apache.hadoop.conf.Configuration hadoopConfig)
-
getTableStatistics
public static TableStats getTableStatistics(List<Path> files, DataType producedDataType, org.apache.hadoop.conf.Configuration hadoopConfig, int statisticsThreadNum)
-
-