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

Method make

src/dsql/WinNodes.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void DenseRankWinNode::make(DsqlCompilerScratch* dsqlScratch, dsc* desc)
62{
63 if (dsqlScratch->clientDialect == 1)
64 desc->makeDouble();
65 else
66 desc->makeInt64(0);
67}
68
69void DenseRankWinNode::getDesc(thread_db* /*tdbb*/, CompilerScratch* /*csb*/, dsc* desc)
70{

Callers 1

fromNodeMethod · 0.45

Calls 5

raiseFunction · 0.85
GdsClass · 0.85
makeDoubleMethod · 0.80
makeInt64Method · 0.80
isExactMethod · 0.80

Tested by

no test coverage detected