public class NoneSimpleColStatsCollector extends AbstractSimpleColStatsCollector
SimpleColStatsCollector.FactorymaxValue, minValue, nullCount| 构造器和说明 |
|---|
NoneSimpleColStatsCollector() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
collect(Object field,
Serializer<Object> fieldSerializer)
collect stats from the field.
|
SimpleColStats |
convert(SimpleColStats source)
Convert the col stats according to the strategy.
|
SimpleColStats |
result() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createFullStatsFactories, frompublic void collect(Object field, Serializer<Object> fieldSerializer)
SimpleColStatsCollectorfield - The target field object.fieldSerializer - The serializer of the field object.public SimpleColStats result()
result 在接口中 SimpleColStatsCollectorresult 在类中 AbstractSimpleColStatsCollectorpublic SimpleColStats convert(SimpleColStats source)
SimpleColStatsCollectorsource - The source col stats, extracted from the file.Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.