Class SeriesScanUtil.VersionPageReader
- java.lang.Object
-
- org.apache.iotdb.db.mpp.execution.operator.source.SeriesScanUtil.VersionPageReader
-
- Enclosing class:
- SeriesScanUtil
protected class SeriesScanUtil.VersionPageReader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.iotdb.tsfile.read.reader.IPageReaderdataprotected booleanisSeqprotected PriorityMergeReader.MergeReaderPriorityversion
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAlignedPageReader()booleanisSeq()
-
-
-
Field Detail
-
version
protected PriorityMergeReader.MergeReaderPriority version
-
data
protected org.apache.iotdb.tsfile.read.reader.IPageReader data
-
isSeq
protected boolean isSeq
-
-