public class AggregateOperator extends Operator
| Modifier and Type | Field and Description | 
|---|---|
Types.CorrectionLocationType | 
correction  | 
BinaryOperator | 
increOp  | 
double | 
initialValue  | 
sparseSafe| Constructor and Description | 
|---|
AggregateOperator(double initValue,
                 ValueFunction op)  | 
AggregateOperator(double initValue,
                 ValueFunction op,
                 Types.CorrectionLocationType correctionLocation)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
existsCorrection()  | 
public final double initialValue
public final BinaryOperator increOp
public final Types.CorrectionLocationType correction
public AggregateOperator(double initValue,
                         ValueFunction op)
public AggregateOperator(double initValue,
                         ValueFunction op,
                         Types.CorrectionLocationType correctionLocation)
Copyright © 2021 The Apache Software Foundation. All rights reserved.