Uses of Class
org.apache.flink.table.plan.stats.TableStats
-
Packages that use TableStats Package Description org.apache.flink.table.connector.format org.apache.flink.table.connector.source.abilities org.apache.flink.table.plan.stats -
-
Uses of TableStats in org.apache.flink.table.connector.format
Methods in org.apache.flink.table.connector.format that return TableStats Modifier and Type Method Description TableStatsFileBasedStatisticsReportableInputFormat. reportStatistics(List<org.apache.flink.core.fs.Path> files, DataType producedDataType)Returns the estimated statistics of this input format. -
Uses of TableStats in org.apache.flink.table.connector.source.abilities
Methods in org.apache.flink.table.connector.source.abilities that return TableStats Modifier and Type Method Description TableStatsSupportsStatisticReport. reportStatistics()Returns the estimated statistics of thisDynamicTableSource, elseUNKNOWNif some situations are not supported or cannot be handled. -
Uses of TableStats in org.apache.flink.table.plan.stats
Fields in org.apache.flink.table.plan.stats declared as TableStats Modifier and Type Field Description static TableStatsTableStats. UNKNOWNUnknown definition for table stats: UnknownrowCountis -1.Methods in org.apache.flink.table.plan.stats that return TableStats Modifier and Type Method Description TableStatsTableStats. copy()Create a deep copy of "this" instance.TableStatsTableStats. merge(TableStats other, Set<String> partitionKeys)Merges two table stats.Methods in org.apache.flink.table.plan.stats with parameters of type TableStats Modifier and Type Method Description TableStatsTableStats. merge(TableStats other, Set<String> partitionKeys)Merges two table stats.
-