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

Method dsqlFieldRemapper

src/dsql/ExprNodes.cpp:6517–6523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6515}
6516
6517ValueExprNode* FieldNode::dsqlFieldRemapper(FieldRemapper& visitor)
6518{
6519 if (dsqlContext->ctx_scope_level == visitor.context->ctx_scope_level)
6520 return PASS1_post_map(visitor.dsqlScratch, this, visitor.context, visitor.windowNode);
6521
6522 return this;
6523}
6524
6525void FieldNode::setParameterName(dsql_par* parameter) const
6526{

Callers

nothing calls this directly

Calls 8

PASS1_post_mapFunction · 0.85
ERRD_postFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
findFunction · 0.50
getObjectMethod · 0.45
getChildrenMethod · 0.45
visitMethod · 0.45

Tested by

no test coverage detected