Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-4160 Vectorized Query Execution in Hive
  3. HIVE-4922

create template for string scalar compared with string column

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersConvert to IssueMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • vectorization-branch
    • vectorization-branch, 0.13.0
    • None
    • None

    Description

      Create a template to generate classes to handle comparisons with a scalar on the left and a column on the right.

      This allows queries similar to the following to run vectorized:

      select l_orderkey, l_shipmode
      from lineitem_orc
      where l_orderkey = 1 and 'M' > l_shipmode;

      Attachments

        1. HIVE-4922.1.patch
          39 kB
          Eric N. Hanson

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            ehans Eric N. Hanson Assign to me
            ehans Eric N. Hanson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment