Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
FileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Class and Description |
---|---|
class |
AvroSimpleStatsExtractor
SimpleStatsExtractor for avro files. |
Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
AvroFileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
OrcFileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Class and Description |
---|---|
class |
OrcSimpleStatsExtractor
SimpleStatsExtractor for orc files. |
Modifier and Type | Class and Description |
---|---|
class |
ParquetSimpleStatsExtractor
SimpleStatsExtractor for parquet files. |
Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
ParquetFileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Method and Description |
---|---|
static SimpleStatsProducer |
SimpleStatsProducer.fromExtractor(SimpleStatsExtractor extractor) |
Modifier and Type | Method and Description |
---|---|
static SimpleStatsExtractor |
FileMetaUtils.createSimpleStatsExtractor(Table table,
String format) |
Modifier and Type | Method and Description |
---|---|
static DataFileMeta |
FileMetaUtils.constructFileMeta(String fileName,
long fileSize,
Path path,
SimpleStatsExtractor simpleStatsExtractor,
FileIO fileIO,
Table table) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.