MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / parseExplainTableData

Function parseExplainTableData

web/pgadmin/static/js/Explain/index.jsx:243–249  ·  view source on GitHub ↗
(plan, ctx)

Source from the content-addressed store, hash-verified

241}
242
243function parseExplainTableData(plan, ctx) {
244 nodeExplainTableData(plan, ctx);
245
246 plan['Plans']?.map((p)=>{
247 parseExplainTableData(p, ctx);
248 });
249}
250
251function parsePlan(data, ctx) {
252 let idx = 1,

Callers 1

parsePlanDataFunction · 0.85

Calls 1

nodeExplainTableDataFunction · 0.85

Tested by

no test coverage detected