public interface IAggregateReader
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canUseCurrentChunkStatistics() |
boolean |
canUseCurrentFileStatistics() |
boolean |
canUseCurrentPageStatistics()
only be used without value filter
|
Statistics |
currentChunkStatistics() |
Statistics |
currentFileStatistics() |
Statistics |
currentPageStatistics()
only be used without value filter
|
boolean |
hasNextChunk() |
boolean |
hasNextFile() |
boolean |
hasNextPage() |
boolean |
isAscending() |
BatchData |
nextPage() |
void |
skipCurrentChunk() |
void |
skipCurrentFile() |
void |
skipCurrentPage() |
boolean hasNextFile()
throws IOException
IOExceptionboolean canUseCurrentFileStatistics()
throws IOException
IOExceptionStatistics currentFileStatistics() throws IOException
IOExceptionvoid skipCurrentFile()
boolean hasNextChunk()
throws IOException
IOExceptionboolean canUseCurrentChunkStatistics()
throws IOException
IOExceptionStatistics currentChunkStatistics() throws IOException
IOExceptionvoid skipCurrentChunk()
boolean hasNextPage()
throws IOException
IOExceptionboolean canUseCurrentPageStatistics()
throws IOException
IOExceptionStatistics currentPageStatistics() throws IOException
IOExceptionvoid skipCurrentPage()
BatchData nextPage() throws IOException
IOExceptionboolean isAscending()
Copyright © 2022 The Apache Software Foundation. All rights reserved.