mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Window functions: Better class names
As discussed on the call: - s/Window_funcs_computation_step/Window_funcs_computation/g - s/Window_func_sort/Window_funcs_sort/g
This commit is contained in:
@@ -311,7 +311,7 @@ public:
|
||||
enum_explain_aggr_node_type get_type() { return AGGR_OP_WINDOW_FUNCS; }
|
||||
|
||||
void print_json_members(Json_writer *writer, bool is_analyze);
|
||||
friend class Window_funcs_computation_step;
|
||||
friend class Window_funcs_computation;
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user