1
0
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:
Sergei Petrunia
2016-04-06 18:24:11 +03:00
parent 7c9cfa07ad
commit 5b85d0a75b
5 changed files with 21 additions and 21 deletions

View File

@@ -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;
};
/////////////////////////////////////////////////////////////////////////////