Class AlignedReadOnlyMemChunk

    • 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 QueryProcessException
        The constructor for Aligned type.
        Parameters:
        schema - VectorMeasurementSchema
        tvList - VectorTvList
        deletionList - The timeRange of deletionList
        Throws:
        QueryProcessException
    • Method Detail

      • isEmpty

        public boolean isEmpty()
                        throws java.io.IOException
        Overrides:
        isEmpty in class ReadOnlyMemChunk
        Throws:
        java.io.IOException