Exemple #1
0
AggNode* PercentRankWinNode::pass2(thread_db* tdbb, CompilerScratch* csb)
{
	AggNode::pass2(tdbb, csb);
	tempImpure = CMP_impure(csb, sizeof(impure_value_ex));
	return this;
}
Exemple #2
0
AggNode* NTileWinNode::pass2(thread_db* tdbb, CompilerScratch* csb)
{
	AggNode::pass2(tdbb, csb);
	thisImpureOffset = CMP_impure(csb, sizeof(ThisImpure));
	return this;
}
Exemple #3
0
InAutonomousTransactionNode* InAutonomousTransactionNode::pass2(thread_db* tdbb, CompilerScratch* csb)
{
	impureOffset = CMP_impure(csb, sizeof(Impure));
	action = CMP_pass2(tdbb, csb, action, node);
	return this;
}