Beispiel #1
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportIntListAggregation();
 }
Beispiel #2
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportLowerUpperCompareAggregationFunction();
 }
Beispiel #3
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportSimpleWordCSVFunction();
 }
Beispiel #4
0
 public AggregationFunction NewAggregator(AggregationFunctionFactoryContext ctx)
 {
     return new SupportConcatWManagedAggregationFunction();
 }
Beispiel #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();
 }