Package | Description |
---|---|
org.apache.sysds.runtime.codegen | |
org.apache.sysds.runtime.instructions.spark |
Modifier and Type | Method and Description |
---|---|
SpoofCellwise.AggOp |
SpoofCellwise.getAggOp() |
SpoofCellwise.AggOp[] |
SpoofMultiAggregate.getAggOps() |
static SpoofCellwise.AggOp |
SpoofCellwise.AggOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpoofCellwise.AggOp[] |
SpoofCellwise.AggOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SpoofMultiAggregate.aggregatePartialResults(SpoofCellwise.AggOp[] aggOps,
MatrixBlock c,
MatrixBlock b) |
static ValueFunction[] |
SpoofMultiAggregate.getAggFunctions(SpoofCellwise.AggOp[] aggOps) |
static double |
SpoofMultiAggregate.getInitialValue(SpoofCellwise.AggOp aggop) |
Constructor and Description |
---|
SpoofCellwise(SpoofCellwise.CellType type,
boolean sparseSafe,
boolean containsSeq,
SpoofCellwise.AggOp aggOp) |
SpoofMultiAggregate(boolean sparseSafe,
SpoofCellwise.AggOp... aggOps) |
Modifier and Type | Method and Description |
---|---|
static AggregateOperator |
SpoofSPInstruction.getAggregateOperator(SpoofCellwise.AggOp aggop) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.