public class SimpleStatsCollector extends Object
| 构造器和说明 |
|---|
SimpleStatsCollector(RowType rowType) |
SimpleStatsCollector(RowType rowType,
SimpleColStatsCollector.Factory[] collectorFactory) |
public SimpleStatsCollector(RowType rowType)
public SimpleStatsCollector(RowType rowType, SimpleColStatsCollector.Factory[] collectorFactory)
public boolean isDisabled()
public void collect(InternalRow row)
IMPORTANT: Fields of this row should NOT be reused, as they're directly stored in the collector.
public SimpleColStats[] extract()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.