Interface IPageReader

    • Method Detail

      • getAllSatisfiedPageData

        default BatchData getAllSatisfiedPageData()
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • getAllSatisfiedPageData

        BatchData getAllSatisfiedPageData​(boolean ascending)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getAllSatisfiedData

        TsBlock getAllSatisfiedData()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getStatistics

        Statistics<? extends java.io.Serializable> getStatistics()
      • setFilter

        void setFilter​(Filter filter)
      • isModified

        boolean isModified()
      • initTsBlockBuilder

        void initTsBlockBuilder​(java.util.List<TSDataType> dataTypes)