Esempio n. 1
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportIntListAggregation();
 }
Esempio n. 2
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportLowerUpperCompareAggregationFunction();
 }
Esempio n. 3
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportSimpleWordCSVFunction();
 }
Esempio n. 4
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportConcatWManagedAggregationFunction();
 }
Esempio n. 5
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     InstanceCount++;
     return new SupportSupportBeanAggregationFunction();
 }
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportCountBackAggregationFunction();
 }
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportInvocationCountFunction();
 }