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

Method dsqlPass

src/dsql/BoolNodes.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121BoolExprNode* BinaryBoolNode::dsqlPass(DsqlCompilerScratch* dsqlScratch)
122{
123 return FB_NEW_POOL(dsqlScratch->getPool()) BinaryBoolNode(dsqlScratch->getPool(), blrOp,
124 doDsqlPass(dsqlScratch, arg1), doDsqlPass(dsqlScratch, arg2));
125}
126
127void BinaryBoolNode::genBlr(DsqlCompilerScratch* dsqlScratch)
128{

Callers 1

processMethod · 0.45

Calls 15

ERRD_postFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
InListBoolNodeClass · 0.85
PASS1_set_parameter_typeFunction · 0.85
DSqlDataTypeUtilClass · 0.85
DSC_EQUIVFunction · 0.85
CastNodeClass · 0.85
MissingBoolNodeClass · 0.85
RseBoolNodeClass · 0.85
PASS1_rseFunction · 0.85
isTextMethod · 0.80

Tested by

no test coverage detected