public class OrcSimpleStatsExtractor extends Object implements org.apache.paimon.format.SimpleStatsExtractor
SimpleStatsExtractor for orc files.| 构造器和说明 |
|---|
OrcSimpleStatsExtractor(org.apache.paimon.types.RowType rowType,
org.apache.paimon.statistics.SimpleColStatsCollector.Factory[] statsCollectors) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.paimon.format.SimpleColStats[] |
extract(org.apache.paimon.fs.FileIO fileIO,
org.apache.paimon.fs.Path path) |
org.apache.paimon.utils.Pair<org.apache.paimon.format.SimpleColStats[],org.apache.paimon.format.SimpleStatsExtractor.FileInfo> |
extractWithFileInfo(org.apache.paimon.fs.FileIO fileIO,
org.apache.paimon.fs.Path path) |
public OrcSimpleStatsExtractor(org.apache.paimon.types.RowType rowType,
org.apache.paimon.statistics.SimpleColStatsCollector.Factory[] statsCollectors)
public org.apache.paimon.format.SimpleColStats[] extract(org.apache.paimon.fs.FileIO fileIO,
org.apache.paimon.fs.Path path)
throws IOException
extract 在接口中 org.apache.paimon.format.SimpleStatsExtractorIOExceptionpublic org.apache.paimon.utils.Pair<org.apache.paimon.format.SimpleColStats[],org.apache.paimon.format.SimpleStatsExtractor.FileInfo> extractWithFileInfo(org.apache.paimon.fs.FileIO fileIO,
org.apache.paimon.fs.Path path)
throws IOException
extractWithFileInfo 在接口中 org.apache.paimon.format.SimpleStatsExtractorIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.