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

Method pass2

src/jrd/RecordSourceNodes.cpp:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284SortNode* SortNode::pass2(thread_db* tdbb, CompilerScratch* csb)
285{
286 for (NestConst<ValueExprNode>* i = expressions.begin(); i != expressions.end(); ++i)
287 ExprNode::doPass2(tdbb, csb, i->getAddress());
288
289 return this;
290}
291
292bool SortNode::computable(CompilerScratch* csb, StreamType stream, bool allowOnlyCurrentStream)
293{

Callers 1

makeInferenceNodeMethod · 0.45

Calls 6

processMapFunction · 0.85
SET_TDBBFunction · 0.85
getAddressMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
pass2RseMethod · 0.45

Tested by

no test coverage detected