MySQL 8.0.40
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
 
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

Json_object* ExplainChild::obj = nullptr

◆ path

AccessPath* ExplainChild::path

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