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

Method isExplain

src/main/query_summary.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30bool QuerySummary::isExplain() const {
31 return preparedSummary.statementType == StatementType::EXPLAIN;
32}
33
34StatementType QuerySummary::getStatementType() const {
35 return preparedSummary.statementType;

Callers 1

printExecutionResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected