| 
| void *  | begin (THD *thd, const TABLE *table, size_t data_size, size_t memory, size_t num_threads) noexcept | 
|   | 
| bool  | load (THD *thd, void *ctx, const TABLE *table, const Rows_mysql &sql_rows, size_t thread, Bulk_load::Stat_callbacks &wait_cbks) noexcept | 
|   | 
| bool  | end (THD *thd, void *ctx, const TABLE *table, bool error) noexcept | 
|   | 
| bool  | check_for_deprecated_use (Field_float *field) | 
|   | 
| bool  | check_for_deprecated_use (Field_double *field) | 
|   | 
| bool  | check_for_deprecated_use (Field_new_decimal *field) | 
|   | 
| bool  | check_for_deprecated_use (Field *field) | 
|   | 
| size_t  | get_se_memory_size (THD *thd, const TABLE *table) noexcept | 
|   | 
| bool  | is_table_supported (THD *thd, const TABLE *table) noexcept | 
|   |