# Functions
No description provided by the author
# Structs
AnalyzeResultLine is the parsed information from `EXPLAIN ANALYZE` query c.f) https://dev.mysql.com/doc/refman/8.0/en/explain.html#explain-analyze.
ExplainAnalyzeResultLine is the parsed information from `EXPLAIN ANALYZE` query c.f) https://dev.mysql.com/doc/refman/8.0/en/explain.html#explain-analyze https://github.com/mysql/mysql-server/blob/8d8c986e5716e38cb776b627a8eee9e92241b4ce/sql/join_optimizer/explain_access_path.cc#L475.
No description provided by the author
No description provided by the author