Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ pass1
Method
pass1
src/dsql/Nodes.h:1325–1329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1323
}
1324
1325
virtual ValueListNode* pass1(thread_db* tdbb, CompilerScratch* csb)
1326
{
1327
ExprNode::pass1(tdbb, csb);
1328
return this;
1329
}
1330
1331
virtual ValueListNode* pass2(thread_db* tdbb, CompilerScratch* csb)
1332
{
Callers
nothing calls this directly
Calls
1
pass1
Function · 0.85
Tested by
no test coverage detected