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

Method visitSingleQueryUnsafe

src/binder/bound_statement_visitor.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void BoundStatementVisitor::visitSingleQueryUnsafe(NormalizedSingleQuery& singleQuery) {
138 for (auto i = 0u; i < singleQuery.getNumQueryParts(); ++i) {
139 visitQueryPartUnsafe(*singleQuery.getQueryPartUnsafe(i));
140 }
141}
142
143void BoundStatementVisitor::visitQueryPart(const NormalizedQueryPart& queryPart) {
144 for (auto i = 0u; i < queryPart.getNumReadingClause(); ++i) {

Callers

nothing calls this directly

Calls 2

getQueryPartUnsafeMethod · 0.80
getNumQueryPartsMethod · 0.45

Tested by

no test coverage detected