Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
QuerySummary* QueryResult::getQuerySummary() const {
52
return querySummary.get();
53
}
54
55
QuerySummary* QueryResult::getQuerySummaryUnsafe() {
56
return querySummary.get();
Callers
9
checkConfidentialStatement
Method · 0.80
printExecutionResult
Method · 0.80
printTruncatedExecutionResult
Method · 0.80
runBenchmark
Method · 0.80
log
Method · 0.80
checkPlanResult
Method · 0.80
TEST_F
Function · 0.80
lbug_query_result_get_query_summary
Function · 0.80
queryNoLock
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
2
checkPlanResult
Method · 0.64
TEST_F
Function · 0.64