Home
last modified time | relevance | path

Searched refs:ha_columnstore_select_handler (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.h136 class ha_columnstore_select_handler: public select_handler
144 ha_columnstore_select_handler(THD* thd_arg, SELECT_LEX* sel);
145 ~ha_columnstore_select_handler();
H A Dha_mcs_pushdown.cpp758 ha_columnstore_select_handler* handler = NULL; in create_columnstore_select_handler()
803 handler= new ha_columnstore_select_handler(thd, select_lex); in create_columnstore_select_handler()
895 ha_columnstore_select_handler::ha_columnstore_select_handler(THD *thd, in ha_columnstore_select_handler() function in ha_columnstore_select_handler
907 ha_columnstore_select_handler::~ha_columnstore_select_handler() in ~ha_columnstore_select_handler()
920 int ha_columnstore_select_handler::init_scan() in init_scan()
957 int ha_columnstore_select_handler::next_row() in next_row()
976 int ha_columnstore_select_handler::end_scan() in end_scan()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.h136 class ha_columnstore_select_handler: public select_handler
144 ha_columnstore_select_handler(THD* thd_arg, SELECT_LEX* sel);
145 ~ha_columnstore_select_handler();
H A Dha_mcs_pushdown.cpp758 ha_columnstore_select_handler* handler = NULL; in create_columnstore_select_handler()
803 handler= new ha_columnstore_select_handler(thd, select_lex); in create_columnstore_select_handler()
895 ha_columnstore_select_handler::ha_columnstore_select_handler(THD *thd, in ha_columnstore_select_handler() function in ha_columnstore_select_handler
907 ha_columnstore_select_handler::~ha_columnstore_select_handler() in ~ha_columnstore_select_handler()
920 int ha_columnstore_select_handler::init_scan() in init_scan()
957 int ha_columnstore_select_handler::next_row() in next_row()
976 int ha_columnstore_select_handler::end_scan() in end_scan()