MySQL 9.0.0
Source Code Documentation
ExplainChild Struct Reference

This structure encapsulates the information needed to create a Json object for a child access path. More...

Public Attributes

AccessPathpath
 
std::string description = ""
 
JOINjoin = nullptr
 
unique_ptr< Json_objectobj {nullptr}
 

Detailed Description

This structure encapsulates the information needed to create a Json object for a child access path.

Member Data Documentation

◆ description

std::string ExplainChild::description = ""

◆ join

JOIN* ExplainChild::join = nullptr

◆ obj

unique_ptr<Json_object> ExplainChild::obj {nullptr}

◆ path

AccessPath* ExplainChild::path

The documentation for this struct was generated from the following file: