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,
long length) |
Pair<SimpleColStats[],SimpleStatsExtractor.FileInfo> |
extractWithFileInfo(FileIO fileIO,
Path path,
long length) |
SimpleColStats[] extract(FileIO fileIO, Path path, long length) throws IOException
IOExceptionPair<SimpleColStats[],SimpleStatsExtractor.FileInfo> extractWithFileInfo(FileIO fileIO, Path path, long length) throws IOException
IOExceptionCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.