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

Method dsqlCopy

src/dsql/AggNodes.cpp:784–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784AggNode* AvgAggNode::dsqlCopy(DsqlCompilerScratch* dsqlScratch) /*const*/
785{
786 return FB_NEW_POOL(dsqlScratch->getPool()) AvgAggNode(dsqlScratch->getPool(), distinct, dialect1,
787 doDsqlPass(dsqlScratch, arg));
788}
789
790
791//--------------------

Callers

nothing calls this directly

Calls 15

AvgAggNodeClass · 0.85
JRD_get_thread_dataFunction · 0.85
ListAggNodeClass · 0.85
INTL_charset_lookupFunction · 0.85
CountAggNodeClass · 0.85
SumAggNodeClass · 0.85
MaxMinAggNodeClass · 0.85
StdDevAggNodeClass · 0.85
CorrAggNodeClass · 0.85
RegrAggNodeClass · 0.85
RegrCountAggNodeClass · 0.85
makeTextMethod · 0.80

Tested by

no test coverage detected