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

Method dsqlPass

src/dsql/ExprNodes.cpp:3164–3168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3162}
3163
3164ValueExprNode* ArithmeticNode::dsqlPass(DsqlCompilerScratch* dsqlScratch)
3165{
3166 return FB_NEW_POOL(dsqlScratch->getPool()) ArithmeticNode(dsqlScratch->getPool(),
3167 blrOp, dialect1, doDsqlPass(dsqlScratch, arg1), doDsqlPass(dsqlScratch, arg2));
3168}
3169
3170
3171//--------------------

Callers

nothing calls this directly

Calls 15

ArithmeticNodeClass · 0.85
ERRD_postFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
AtNodeClass · 0.85
BoolAsValueNodeClass · 0.85
CastNodeClass · 0.85
DDL_resolve_intl_typeFunction · 0.85
CoalesceNodeClass · 0.85
PASS1_set_parameter_typeFunction · 0.85
ConcatenateNodeClass · 0.85
CurrentRoleNodeClass · 0.85

Tested by

no test coverage detected