public abstract class AbstractSimpleColStatsCollector extends Object implements SimpleColStatsCollector
SimpleColStatsCollector.Factory
Modifier and Type | Field and Description |
---|---|
protected Object |
maxValue |
protected Object |
minValue |
protected long |
nullCount |
Constructor and Description |
---|
AbstractSimpleColStatsCollector() |
Modifier and Type | Method and Description |
---|---|
SimpleColStats |
result() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
collect, convert, create, createFullStatsFactories, from
protected Object minValue
protected Object maxValue
protected long nullCount
public SimpleColStats result()
result
in interface SimpleColStatsCollector
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.