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

Method dsqlAggregateFinder

src/dsql/ExprNodes.cpp:6451–6457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6449}
6450
6451bool FieldNode::dsqlAggregateFinder(AggregateFinder& visitor)
6452{
6453 if (visitor.deepestLevel < dsqlContext->ctx_scope_level)
6454 visitor.deepestLevel = dsqlContext->ctx_scope_level;
6455
6456 return false;
6457}
6458
6459bool FieldNode::dsqlAggregate2Finder(Aggregate2Finder& /*visitor*/)
6460{

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
getChildrenMethod · 0.45

Tested by

no test coverage detected