1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-1052 Generate execution plan for a aggregated function query call.

This commit is contained in:
Roman Nozdrin
2018-03-27 18:37:00 +03:00
parent cff504c8bf
commit fa4067b6f0
6 changed files with 1159 additions and 23 deletions

View File

@ -260,14 +260,10 @@ class ha_calpont_group_by_handler: public group_by_handler
int init_scan();
int next_row();
int end_scan();
private:
List<Item> *fields;
TABLE_LIST *table_list;
bool first_row;
Query *query;
};
#endif //HA_CALPONT_H__