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

Method pass2

src/dsql/WinNodes.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142AggNode* RankWinNode::pass2(thread_db* tdbb, CompilerScratch* csb)
143{
144 AggNode::pass2(tdbb, csb);
145 tempImpure = csb->allocImpure<impure_value_ex>();
146 return this;
147}
148
149void RankWinNode::aggInit(thread_db* tdbb, Request* request) const
150{

Callers

nothing calls this directly

Calls 1

pass2Function · 0.85

Tested by

no test coverage detected