public interface SimpleStatsProducer
SimpleColStats for fields.| Modifier and Type | Method and Description |
|---|---|
void |
collect(InternalRow row) |
static SimpleStatsProducer |
disabledProducer() |
SimpleColStats[] |
extract(FileIO fileIO,
Path path,
long length) |
static SimpleStatsProducer |
fromCollector(SimpleStatsCollector collector) |
static SimpleStatsProducer |
fromExtractor(SimpleStatsExtractor extractor) |
boolean |
isStatsDisabled() |
boolean |
requirePerRecord() |
boolean isStatsDisabled()
boolean requirePerRecord()
void collect(InternalRow row)
SimpleColStats[] extract(FileIO fileIO, Path path, long length) throws IOException
IOExceptionstatic SimpleStatsProducer disabledProducer()
static SimpleStatsProducer fromExtractor(@Nullable SimpleStatsExtractor extractor)
static SimpleStatsProducer fromCollector(SimpleStatsCollector collector)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.