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