Package | Description |
---|---|
org.apache.paimon.statistics |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimpleColStatsCollector
Abstract base stats collector.
|
class |
CountsSimpleColStatsCollector
The counts stats collector, which will only report null count stats.
|
class |
FullSimpleColStatsCollector
The full stats collector which will report null count, min value, max value if available.
|
class |
NoneSimpleColStatsCollector
The none stats collector which report nothing.
|
class |
TruncateSimpleColStatsCollector
The truncate stats collector which will report null count, truncated min/max value.
|
Modifier and Type | Method and Description |
---|---|
SimpleColStatsCollector |
SimpleColStatsCollector.Factory.create() |
static SimpleColStatsCollector[] |
SimpleColStatsCollector.create(SimpleColStatsCollector.Factory[] factories) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.