You've already forked mariadb-columnstore-engine
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:
@ -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__
|
||||
|
||||
|
Reference in New Issue
Block a user