public interface IPageReader
| Modifier and Type | Method and Description |
|---|---|
TsBlock |
getAllSatisfiedData() |
default BatchData |
getAllSatisfiedPageData() |
BatchData |
getAllSatisfiedPageData(boolean ascending) |
Statistics |
getStatistics() |
void |
initTsBlockBuilder(List<TSDataType> dataTypes) |
boolean |
isModified() |
void |
setFilter(Filter filter) |
default BatchData getAllSatisfiedPageData() throws IOException
IOExceptionBatchData getAllSatisfiedPageData(boolean ascending) throws IOException
IOExceptionTsBlock getAllSatisfiedData() throws IOException
IOExceptionStatistics getStatistics()
void setFilter(Filter filter)
boolean isModified()
void initTsBlockBuilder(List<TSDataType> dataTypes)
Copyright © 2022 The Apache Software Foundation. All rights reserved.