Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-29917

Move hash table code from execution package to util package

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 6.5.0
    • 6.5.0
    • query

    Description

      The code for hash table is currently in the execution package and thus can only be used by code that's either in the execution package or can import the execution package. This limit its usage. For example, we want to have IN-list expression to be able to use the hash table code for evaluation of the IN-list, and the expression package cannot import the execution package.

      By moving the hash table code to a more generic package such as the util package, it can be used in many other places.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            bingjie.miao Bingjie Miao
            bingjie.miao Bingjie Miao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty