Class TsFileReader

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class TsFileReader
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Detail

      • TsFileReader

        public TsFileReader​(TsFileSequenceReader fileReader)
                     throws java.io.IOException
        constructor, create ReadOnlyTsFile with TsFileSequenceReader.
        Throws:
        java.io.IOException
    • Method Detail

      • query

        public QueryDataSet query​(QueryExpression queryExpression,
                                  long partitionStartOffset,
                                  long partitionEndOffset)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException