public class CountsSimpleColStatsCollector extends AbstractSimpleColStatsCollector
SimpleColStatsCollector.FactorymaxValue, minValue, nullCount| Constructor and Description |
|---|
CountsSimpleColStatsCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(Object field,
Serializer<Object> serializer)
collect stats from the field.
|
SimpleColStats |
convert(SimpleColStats source)
Convert the col stats according to the strategy.
|
resultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createFullStatsFactories, frompublic void collect(Object field, Serializer<Object> serializer)
SimpleColStatsCollectorfield - The target field object.serializer - The serializer of the field object.public SimpleColStats convert(SimpleColStats source)
SimpleColStatsCollectorsource - The source col stats, extracted from the file.Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.