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