Modifier and Type | Method and Description |
---|---|
static Types.CorrectionLocationType |
Types.CorrectionLocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.CorrectionLocationType[] |
Types.CorrectionLocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Types.CorrectionLocationType |
PartialAggregate.getCorrectionLocation()
This method computes the location of "correction" terms in the output
produced by PartialAgg instruction.
|
static Types.CorrectionLocationType |
PartialAggregate.getCorrectionLocation(Types.AggOp operation,
Types.Direction direction) |
Modifier and Type | Method and Description |
---|---|
static Types.CorrectionLocationType |
InstructionUtils.deriveAggregateOperatorCorrectionLocation(String opcode) |
Modifier and Type | Method and Description |
---|---|
void |
MatrixBlock.dropLastRowsOrColumns(Types.CorrectionLocationType correctionLocation) |
Modifier and Type | Field and Description |
---|---|
Types.CorrectionLocationType |
AggregateOperator.correction |
Constructor and Description |
---|
AggregateOperator(double initValue,
ValueFunction op,
Types.CorrectionLocationType correctionLocation) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.