Class SortBufferScan

    • Field Detail

      • sortBuffer

        protected SortBuffer sortBuffer
        The sorter we're returning rows from.
    • Method Detail

      • closeForEndTransaction

        public boolean closeForEndTransaction​(boolean closeHeldScan)
        Close the scan.
        Parameters:
        closeHeldScan - If true, means to close scan even if it has been opened to be kept opened across commit. This is used to close these scans on abort.
        Returns:
        boolean indicating that the close has resulted in a real close of the scan. A held scan will return false if called by closeForEndTransaction(false), otherwise it will return true. A non-held scan will always return true.