Uses of Class
org.apache.flink.table.plan.stats.TableStats
Packages that use TableStats
Package
Description
-
Uses of TableStats in org.apache.flink.table.connector.format
Methods in org.apache.flink.table.connector.format that return TableStatsModifier and TypeMethodDescriptionFileBasedStatisticsReportableInputFormat.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 TableStatsModifier and TypeMethodDescriptionSupportsStatisticReport.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 TableStatsModifier and TypeFieldDescriptionstatic final TableStatsTableStats.UNKNOWNUnknown definition for table stats: UnknownrowCountis -1.Methods in org.apache.flink.table.plan.stats that return TableStatsModifier and TypeMethodDescriptionTableStats.copy()Create a deep copy of "this" instance.TableStats.merge(TableStats other, Set<String> partitionKeys) Merges two table stats.Methods in org.apache.flink.table.plan.stats with parameters of type TableStatsModifier and TypeMethodDescriptionTableStats.merge(TableStats other, Set<String> partitionKeys) Merges two table stats.