| Package | Description |
|---|---|
| org.apache.flink.table.connector.format | |
| org.apache.flink.table.connector.source.abilities | |
| org.apache.flink.table.plan.stats |
| Modifier and Type | Method and Description |
|---|---|
TableStats |
FileBasedStatisticsReportableInputFormat.reportStatistics(List<org.apache.flink.core.fs.Path> files,
DataType producedDataType)
Returns the estimated statistics of this input format.
|
| Modifier and Type | Method and Description |
|---|---|
TableStats |
SupportsStatisticReport.reportStatistics()
Returns the estimated statistics of this
DynamicTableSource, else UNKNOWN if some situations are not supported or cannot be handled. |
| Modifier and Type | Field and Description |
|---|---|
static TableStats |
TableStats.UNKNOWN
Unknown definition for table stats: Unknown
rowCount is -1. |
| Modifier and Type | Method and Description |
|---|---|
TableStats |
TableStats.copy()
Create a deep copy of "this" instance.
|
TableStats |
TableStats.merge(TableStats other,
Set<String> partitionKeys)
Merges two table stats.
|
| Modifier and Type | Method and Description |
|---|---|
TableStats |
TableStats.merge(TableStats other,
Set<String> partitionKeys)
Merges two table stats.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.