public interface TableStatsExtractor
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
TableStatsExtractor.FileInfo
File info fetched from physical file.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FieldStats[] |
extract(FileIO fileIO,
Path path) |
Pair<FieldStats[],TableStatsExtractor.FileInfo> |
extractWithFileInfo(FileIO fileIO,
Path path) |
FieldStats[] extract(FileIO fileIO, Path path) throws IOException
IOExceptionPair<FieldStats[],TableStatsExtractor.FileInfo> extractWithFileInfo(FileIO fileIO, Path path) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.