MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getQuerySummary

Method getQuerySummary

src/main/query_result.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51QuerySummary* QueryResult::getQuerySummary() const {
52 return querySummary.get();
53}
54
55QuerySummary* QueryResult::getQuerySummaryUnsafe() {
56 return querySummary.get();

Callers 9

printExecutionResultMethod · 0.80
runBenchmarkMethod · 0.80
logMethod · 0.80
checkPlanResultMethod · 0.80
TEST_FFunction · 0.80
queryNoLockMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 2

checkPlanResultMethod · 0.64
TEST_FFunction · 0.64