Class CsvFormatStatisticsReportUtil
- java.lang.Object
-
- org.apache.flink.formats.csv.util.CsvFormatStatisticsReportUtil
-
public class CsvFormatStatisticsReportUtil extends Object
Utils for Csv format statistics report.
-
-
Constructor Summary
Constructors Constructor Description CsvFormatStatisticsReportUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.table.plan.stats.TableStatsgetTableStatistics(List<org.apache.flink.core.fs.Path> files)
-
-
-
Method Detail
-
getTableStatistics
public static org.apache.flink.table.plan.stats.TableStats getTableStatistics(List<org.apache.flink.core.fs.Path> files)
-
-