![]() |
MySQL 8.0.33
Source Code Documentation
|
Instantiates a call to JSON_LENGTH, which may take either one or two arguments. More...
Public Member Functions | |
Item * | instantiate (THD *thd, PT_item_list *args) |
Static Public Attributes | |
static constexpr int | Min_argcount = 1 |
static constexpr int | Max_argcount = 2 |
Instantiates a call to JSON_LENGTH, which may take either one or two arguments.
The two-argument variant is rewritten from JSON_LENGTH(doc, path) to JSON_LENGTH(JSON_EXTRACT(doc, path)).
|
inline |
|
staticconstexpr |
|
staticconstexpr |