MySQL 9.1.0
Source Code Documentation
|
This structure encapsulates the information needed to create a Json object for a child access path. More...
Public Attributes | |
AccessPath * | path |
std::string | description = "" |
JOIN * | join = nullptr |
unique_ptr< Json_object > | obj {nullptr} |
This structure encapsulates the information needed to create a Json object for a child access path.
std::string ExplainChild::description = "" |
unique_ptr<Json_object> ExplainChild::obj {nullptr} |
AccessPath* ExplainChild::path |