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

Method pass2

src/dsql/AggNodes.cpp:348–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348AggNode* AggNode::pass2(thread_db* tdbb, CompilerScratch* csb)
349{
350 ValueExprNode::pass2(tdbb, csb);
351
352 dsc desc;
353 getDesc(tdbb, csb, &desc);
354 impureOffset = csb->allocImpure<impure_value_ex>();
355
356 return this;
357}
358
359void AggNode::aggInit(thread_db* tdbb, Request* request) const
360{

Callers

nothing calls this directly

Calls 2

pass2Function · 0.85
getDescFunction · 0.85

Tested by

no test coverage detected