MySQL 9.1.0
Source Code Documentation
|
Instantiates a function class with the list of arguments. More...
Public Member Functions | |
Item * | instantiate (THD *thd, PT_item_list *args) |
Static Public Attributes | |
static const uint | Min_argcount = Min_argc |
static const uint | Max_argcount = Max_argc |
Instantiates a function class with the list of arguments.
Function_class | The class that implements the function. Does not need to inherit Item_func. |
Min_argc | The minimum number of arguments. Not used in this general case. |
Max_argc | The maximum number of arguments. Not used in this general case. |
|
inline |
|
static |
|
static |