public void RowCtorCodegen(AggregationRowCtorDesc rowCtorDesc)
 {
     AggregationServiceCodegenUtil.GenerateIncidentals(
         HasRefCounting,
         aggGroupByDesc.IsReclaimAged,
         rowCtorDesc);
 }
 public void RowCtorCodegen(AggregationRowCtorDesc rowCtorDesc)
 {
     AggregationServiceCodegenUtil.GenerateIncidentals(false, false, rowCtorDesc);
 }