# Functions
No description provided by the author
# Structs
ExplainAnalyzeResultNode is the parsed information from `EXPLAIN (ANALYZE, BUFFERS)` query c.f) https://www.postgresql.org/docs/14/using-explain.html https://github.com/postgres/postgres/blob/REL_14_5/src/backend/commands/explain.c#L1144.
No description provided by the author
No description provided by the author