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

Method clearCTEs

src/dsql/DsqlCompilerScratch.cpp:639–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639void DsqlCompilerScratch::clearCTEs()
640{
641 flags &= ~DsqlCompilerScratch::FLAG_RECURSIVE_CTE;
642 ctes.clear();
643 cteAliases.clear();
644 currCteAlias = NULL;
645}
646
647// Look for unused CTEs and issue a warning about its presence. Also, make DSQL
648// pass of every found unused CTE to check all references and initialize input

Callers 1

pass1_rse_implFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected