public interface SimpleStatsExtractor
Modifier and Type | Interface and Description |
---|---|
static class |
SimpleStatsExtractor.FileInfo
File info fetched from physical file.
|
Modifier and Type | Method and Description |
---|---|
SimpleColStats[] |
extract(FileIO fileIO,
Path path) |
Pair<SimpleColStats[],SimpleStatsExtractor.FileInfo> |
extractWithFileInfo(FileIO fileIO,
Path path) |
SimpleColStats[] extract(FileIO fileIO, Path path) throws IOException
IOException
Pair<SimpleColStats[],SimpleStatsExtractor.FileInfo> extractWithFileInfo(FileIO fileIO, Path path) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.