mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:43:03 +01:00
Misc
This commit is contained in:
parent
64f3ab6c8b
commit
d31e978bac
@ -285,8 +285,7 @@ LagLeadWinNode::LagLeadWinNode(MemoryPool& pool, const AggInfo& aAggInfo, int aD
|
|||||||
{
|
{
|
||||||
fb_assert(direction == -1 || direction == 1);
|
fb_assert(direction == -1 || direction == 1);
|
||||||
|
|
||||||
dsqlChildNodes.add(&dsqlRows);
|
addChildNode(dsqlRows, rows);
|
||||||
jrdChildNodes.add(&rows);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void LagLeadWinNode::make(dsc* desc, dsql_nod* nullReplacement)
|
void LagLeadWinNode::make(dsc* desc, dsql_nod* nullReplacement)
|
||||||
|
Loading…
Reference in New Issue
Block a user