MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / find

Method find

src/dsql/pass1.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool AggregateFinder::find(MemoryPool& pool, DsqlCompilerScratch* dsqlScratch, bool window, ExprNode* node)
202{
203 AggregateFinder visitor(pool, dsqlScratch, window);
204 return visitor.visit(node);
205}
206
207bool AggregateFinder::visit(ExprNode* node)
208{

Callers 7

setCursorMethod · 0.45
doReleaseMethod · 0.45
getStatementMethod · 0.45
executeMethod · 0.45
dsqlPassMethod · 0.45
postTriggerAccessFunction · 0.45

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected