MCPcopy Create free account
hub / github.com/MariaDB/server / print_explain_json_subq_materialization

Method print_explain_json_subq_materialization

sql/sql_explain.cc:991–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989
990
991bool Explain_node::print_explain_json_subq_materialization(Json_writer *writer,
992 bool is_analyze)
993{
994 if (subq_materialization)
995 {
996 subq_materialization->print_explain_json(writer, is_analyze);
997 return true;
998 }
999 return false;
1000}
1001
1002
1003Explain_basic_join::~Explain_basic_join()

Callers

nothing calls this directly

Calls 1

print_explain_jsonMethod · 0.80

Tested by

no test coverage detected