| Package | Description | 
|---|---|
| org.apache.sysds.lops | 
| Modifier and Type | Method and Description | 
|---|---|
| SortKeys.OperationTypes | SortKeys. getOpType() | 
| static SortKeys.OperationTypes | SortKeys.OperationTypes. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SortKeys.OperationTypes[] | SortKeys.OperationTypes. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SortKeys | SortKeys. constructSortByValueLop(Lop input1,
                       Lop input2,
                       SortKeys.OperationTypes op,
                       Types.DataType dt,
                       Types.ValueType vt,
                       LopProperties.ExecType et) | 
| static SortKeys | SortKeys. constructSortByValueLop(Lop input1,
                       SortKeys.OperationTypes op,
                       Types.DataType dt,
                       Types.ValueType vt,
                       LopProperties.ExecType et) | 
| Constructor and Description | 
|---|
| SortKeys(Lop input,
        boolean desc,
        SortKeys.OperationTypes op,
        Types.DataType dt,
        Types.ValueType vt,
        LopProperties.ExecType et) | 
| SortKeys(Lop input1,
        Lop input2,
        SortKeys.OperationTypes op,
        Types.DataType dt,
        Types.ValueType vt,
        LopProperties.ExecType et) | 
| SortKeys(Lop input,
        SortKeys.OperationTypes op,
        Types.DataType dt,
        Types.ValueType vt,
        LopProperties.ExecType et) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.