Class AlignedReadOnlyMemChunk
- java.lang.Object
-
- org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
-
- org.apache.iotdb.db.engine.querycontext.AlignedReadOnlyMemChunk
-
public class AlignedReadOnlyMemChunk extends ReadOnlyMemChunk
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
cachedMetaData, tsBlock
-
-
Constructor Summary
Constructors Constructor Description AlignedReadOnlyMemChunk(org.apache.iotdb.tsfile.write.schema.IMeasurementSchema schema, TVList tvList, java.util.List<java.util.List<org.apache.iotdb.tsfile.read.common.TimeRange>> deletionList)The constructor for Aligned type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.iotdb.tsfile.read.reader.IPointReadergetPointReader()booleanisEmpty()-
Methods inherited from class org.apache.iotdb.db.engine.querycontext.ReadOnlyMemChunk
getChunkMetaData, getDataType, getTsBlock
-
-
-
-
Constructor Detail
-
AlignedReadOnlyMemChunk
public AlignedReadOnlyMemChunk(org.apache.iotdb.tsfile.write.schema.IMeasurementSchema schema, TVList tvList, java.util.List<java.util.List<org.apache.iotdb.tsfile.read.common.TimeRange>> deletionList) throws QueryProcessExceptionThe constructor for Aligned type.- Parameters:
schema- VectorMeasurementSchematvList- VectorTvListdeletionList- The timeRange of deletionList- Throws:
QueryProcessException
-
-
Method Detail
-
isEmpty
public boolean isEmpty() throws java.io.IOException- Overrides:
isEmptyin classReadOnlyMemChunk- Throws:
java.io.IOException
-
getPointReader
public org.apache.iotdb.tsfile.read.reader.IPointReader getPointReader()
- Overrides:
getPointReaderin classReadOnlyMemChunk
-
-