Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-16715

Add accessors for Item_sum and Item_func_group_concat classes.

Details

    • Task
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 10.4.1
    • OTHER
    • None

    Description

      ColumStore uses these accessors to get private attributes for semantic parsing.

      class Item_sum :public Item_func_or_sum
      ...
      Item **get_orig_args() { return orig_args; }
       
      class Item_func_group_concat: Item_sum
      ...
      bool is_distinct() { return distinct; }
      uint count_field() { return arg_count_field; }
      uint order_field() { return arg_count_order; }
      String* str_separator() { return separator; }
      ORDER** get_order() { return order; }
      

      We need these accessors or a way to obtain the mentioned attributes.

      Attachments

        Issue Links

          Activity

            drrtuy Roman created issue -
            drrtuy Roman made changes -
            Field Original Value New Value
            Labels RM_104_CS_mandatory
            drrtuy Roman made changes -
            ralf.gebhardt Ralf Gebhardt made changes -
            Epic Link PT-82 [ 68563 ]
            ralf.gebhardt Ralf Gebhardt made changes -
            Fix Version/s 10.4 [ 22408 ]
            ralf.gebhardt Ralf Gebhardt made changes -
            Labels RM_104_CS_mandatory
            serg Sergei Golubchik made changes -
            Priority Minor [ 4 ] Major [ 3 ]
            ralf.gebhardt Ralf Gebhardt made changes -
            Priority Major [ 3 ] Critical [ 2 ]
            ralf.gebhardt Ralf Gebhardt made changes -
            Epic Link PT-82 [ 68563 ] PT-81 [ 68562 ]
            ralf.gebhardt Ralf Gebhardt made changes -
            Assignee Alexander Barkov [ bar ]
            bar Alexander Barkov made changes -
            issue.field.resolutiondate 2018-11-27 10:48:26.0 2018-11-27 10:48:26.276
            bar Alexander Barkov made changes -
            Component/s OTHER [ 10125 ]
            Fix Version/s 10.4.1 [ 23228 ]
            Fix Version/s 10.4 [ 22408 ]
            Resolution Fixed [ 1 ]
            Status Open [ 1 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 88323 ] MariaDB v4 [ 133627 ]

            People

              bar Alexander Barkov
              drrtuy Roman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.