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

Method dsqlMatch

src/jrd/RecordSourceNodes.cpp:669–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669bool LocalTableSourceNode::dsqlMatch(DsqlCompilerScratch* /*dsqlScratch*/, const ExprNode* other,
670 bool /*ignoreMapCast*/) const
671{
672 const auto o = nodeAs<LocalTableSourceNode>(other);
673 return o && dsqlContext == o->dsqlContext;
674}
675
676void LocalTableSourceNode::genBlr(DsqlCompilerScratch* dsqlScratch)
677{

Callers

nothing calls this directly

Calls 1

PASS1_node_matchFunction · 0.85

Tested by

no test coverage detected