public class NoneFieldStatsCollector extends AbstractFieldStatsCollector
FieldStatsCollector.FactorymaxValue, minValue, nullCount| 构造器和说明 |
|---|
NoneFieldStatsCollector() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
collect(Object field,
Serializer<Object> fieldSerializer)
collect stats from the field.
|
FieldStats |
convert(FieldStats source)
Convert the field stats according to the strategy.
|
FieldStats |
result() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createFullStatsFactories, frompublic void collect(Object field, Serializer<Object> fieldSerializer)
FieldStatsCollectorfield - The target field object.fieldSerializer - The serializer of the field object.public FieldStats result()
result 在接口中 FieldStatsCollectorresult 在类中 AbstractFieldStatsCollectorpublic FieldStats convert(FieldStats source)
FieldStatsCollectorsource - The source field stats, extracted from the file.Copyright © 2023 The Apache Software Foundation. All rights reserved.