Interface IQueryExecution

    • Method Detail

      • start

        void start()
      • stop

        void stop()
      • stopAndCleanup

        void stopAndCleanup()
      • getBatchResult

        java.util.Optional<org.apache.iotdb.tsfile.read.common.block.TsBlock> getBatchResult()
                                                                                      throws org.apache.iotdb.commons.exception.IoTDBException
        Throws:
        org.apache.iotdb.commons.exception.IoTDBException
      • hasNextResult

        boolean hasNextResult()
      • getOutputValueColumnCount

        int getOutputValueColumnCount()
      • isQuery

        boolean isQuery()
      • getQueryId

        java.lang.String getQueryId()