| Package | Description | 
|---|---|
| org.apache.sysds.hops | |
| org.apache.sysds.lops | 
| Modifier and Type | Method and Description | 
|---|---|
| static AggBinaryOp.SparkAggType | AggBinaryOp.SparkAggType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AggBinaryOp.SparkAggType[] | AggBinaryOp.SparkAggType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| AggBinaryOp.SparkAggType | MMCJ. getAggType() | 
| AggBinaryOp.SparkAggType | RightIndex. getAggType() | 
| AggBinaryOp.SparkAggType | MapMult. getAggType() | 
| AggBinaryOp.SparkAggType | Lop. getAggType()Method to get aggregate type if applicable. | 
| AggBinaryOp.SparkAggType | PartialAggregate. getAggType() | 
| Constructor and Description | 
|---|
| MapMult(Lop input1,
       Lop input2,
       Types.DataType dt,
       Types.ValueType vt,
       boolean rightCache,
       boolean partitioned,
       boolean emptyBlocks,
       AggBinaryOp.SparkAggType aggtype)Constructor to setup a partial Matrix-Vector Multiplication for Spark | 
| MMCJ(Lop input1,
    Lop input2,
    Types.DataType dt,
    Types.ValueType vt,
    boolean outputEmptyBlocks,
    AggBinaryOp.SparkAggType aggtype,
    Types.ExecType et) | 
| PartialAggregate(Lop input,
                Types.AggOp op,
                Types.Direction direct,
                Types.DataType dt,
                Types.ValueType vt,
                AggBinaryOp.SparkAggType aggtype,
                Types.ExecType et) | 
| RightIndex(Lop input,
          Lop rowL,
          Lop rowU,
          Lop colL,
          Lop colU,
          Lop rowDim,
          Lop colDim,
          Types.DataType dt,
          Types.ValueType vt,
          AggBinaryOp.SparkAggType aggtype,
          Types.ExecType et) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.