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

Method pass1

src/dsql/Nodes.h:1041–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 virtual void genBlr(DsqlCompilerScratch* dsqlScratch);
1040
1041 virtual AggNode* pass1(thread_db* tdbb, CompilerScratch* csb)
1042 {
1043 ValueExprNode::pass1(tdbb, csb);
1044 return this;
1045 }
1046
1047 virtual AggNode* pass2(thread_db* tdbb, CompilerScratch* csb);
1048

Callers 2

doPass1Method · 0.45
addMethod · 0.45

Calls 1

pass1Function · 0.85

Tested by

no test coverage detected