Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
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
- is part of
-
MCOL-1532 Run ColumnStore with vanilla MariaDB server
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | RM_104_CS_mandatory |
Epic Link | PT-82 [ 68563 ] |
Fix Version/s | 10.4 [ 22408 ] |
Labels | RM_104_CS_mandatory |
Priority | Minor [ 4 ] | Major [ 3 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Epic Link | PT-82 [ 68563 ] | PT-81 [ 68562 ] |
Assignee | Alexander Barkov [ bar ] |
issue.field.resolutiondate | 2018-11-27 10:48:26.0 | 2018-11-27 10:48:26.276 |
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 ] |
Workflow | MariaDB v3 [ 88323 ] | MariaDB v4 [ 133627 ] |