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

Add accessors for Item_sum and Item_func_group_concat classes.

    XMLWordPrintable

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

            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.