Interface LayerPointReader

    • Method Detail

      • isConstantPointReader

        boolean isConstantPointReader()
      • readyForNext

        void readyForNext()
      • getDataType

        org.apache.iotdb.tsfile.file.metadata.enums.TSDataType getDataType()
      • currentTime

        long currentTime()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • currentInt

        int currentInt()
                throws java.io.IOException
        Throws:
        java.io.IOException
      • currentLong

        long currentLong()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • currentFloat

        float currentFloat()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • currentDouble

        double currentDouble()
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • currentBoolean

        boolean currentBoolean()
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • isCurrentNull

        boolean isCurrentNull()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • currentBinary

        org.apache.iotdb.tsfile.utils.Binary currentBinary()
                                                    throws java.io.IOException
        Throws:
        java.io.IOException