Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ pass1
Method
pass1
src/dsql/Nodes.h:755–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
}
754
755
BoolExprNode* pass1(thread_db* tdbb, CompilerScratch* csb) override
756
{
757
ExprNode::pass1(tdbb, csb);
758
return this;
759
}
760
761
BoolExprNode* pass2(thread_db* tdbb, CompilerScratch* csb) override final;
762
Callers
nothing calls this directly
Calls
1
pass1
Function · 0.85
Tested by
no test coverage detected