MySQL 8.0.40
Source Code Documentation
|
Classes | |
class | Cmp_json |
class | Eq_json |
struct | Json_child_equal |
Functor which compares a child DOM of a JSON array or JSON object for equality. More... | |
struct | Json_seek_params |
Input and output parameters to seek_no_dup_elimination that remain constant in recursive calls. More... | |
class | Rapid_json_handler |
This class implements rapidjson's Handler concept to make our own handler which will construct our DOM from the parsing of the JSON text. More... | |
class | Wrapper_hash_key |
Helper class for building a hash key. More... | |
class | Wrapper_sort_key |
Wrapper around a sort key buffer. More... | |
Variables | |
constexpr uchar | JSON_KEY_NULL = '\x00' |
constexpr uchar | JSON_KEY_NUMBER_NEG = '\x01' |
constexpr uchar | JSON_KEY_NUMBER_ZERO = '\x02' |
constexpr uchar | JSON_KEY_NUMBER_POS = '\x03' |
constexpr uchar | JSON_KEY_STRING = '\x04' |
constexpr uchar | JSON_KEY_OBJECT = '\x05' |
constexpr uchar | JSON_KEY_ARRAY = '\x06' |
constexpr uchar | JSON_KEY_FALSE = '\x07' |
constexpr uchar | JSON_KEY_TRUE = '\x08' |
constexpr uchar | JSON_KEY_DATE = '\x09' |
constexpr uchar | JSON_KEY_TIME = '\x0A' |
constexpr uchar | JSON_KEY_DATETIME = '\x0B' |
constexpr uchar | JSON_KEY_OPAQUE = '\x0C' |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |