MySQL 26.7.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

AccessPath * path
 
std::string description = ""
 
JOIN * join = nullptr
 
unique_ptr< Json_object > obj {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: