Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
ColumnStore`s semantic parser uses various private attributes from classes in sql/item_timefunc.h. We need accessors to that attributes or make them public if it suitable.
class Item_char_typecast :public Item_str_func |
...
|
uint get_cast_length() { return cast_length; } |
|
class Item_func_add_time :public Item_temporal_hybrid_func |
...
|
int get_sign() { return sign; } |
|
class Item_func_timestamp_diff :public Item_int_func |
...
|
const interval_type get_int_type() { return int_type; }; |
Attachments
Issue Links
- is part of
-
MCOL-1532 Run ColumnStore with vanilla MariaDB server
- Closed