Пример #1
0
 public AggregationState MakeCountMinSketch(int agentInstanceId, int groupId, int aggregationId, CountMinSketchSpec specification)
 {
     return(new CountMinSketchAggState(CountMinSketchState.MakeState(specification), specification.Agent));
 }
 public AggregationState CreateAccess(int agentInstanceId, bool join, object groupKey, AggregationServicePassThru passThru)
 {
     return(new CountMinSketchAggState(CountMinSketchState.MakeState(Specification), Specification.Agent));
 }