public class AvroSimpleStatsExtractor extends Object implements SimpleStatsExtractor
SimpleStatsExtractor
for avro files.SimpleStatsExtractor.FileInfo
Constructor and Description |
---|
AvroSimpleStatsExtractor(RowType rowType,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Method and Description |
---|---|
SimpleColStats[] |
extract(FileIO fileIO,
Path path) |
Pair<SimpleColStats[],SimpleStatsExtractor.FileInfo> |
extractWithFileInfo(FileIO fileIO,
Path path) |
public AvroSimpleStatsExtractor(RowType rowType, SimpleColStatsCollector.Factory[] statsCollectors)
public SimpleColStats[] extract(FileIO fileIO, Path path) throws IOException
extract
in interface SimpleStatsExtractor
IOException
public Pair<SimpleColStats[],SimpleStatsExtractor.FileInfo> extractWithFileInfo(FileIO fileIO, Path path) throws IOException
extractWithFileInfo
in interface SimpleStatsExtractor
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.