Uses of Enum Class
org.apache.sysds.lops.SortKeys.OperationTypes
Packages that use SortKeys.OperationTypes
-
Uses of SortKeys.OperationTypes in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return SortKeys.OperationTypesModifier and TypeMethodDescriptionSortKeys.getOpType()static SortKeys.OperationTypesReturns the enum constant of this class with the specified name.static SortKeys.OperationTypes[]SortKeys.OperationTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.lops with parameters of type SortKeys.OperationTypesModifier and TypeMethodDescriptionstatic SortKeysSortKeys.constructSortByValueLop(Lop input1, Lop input2, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) static SortKeysSortKeys.constructSortByValueLop(Lop input1, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) Constructors in org.apache.sysds.lops with parameters of type SortKeys.OperationTypesModifierConstructorDescriptionSortKeys(Lop input, boolean desc, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et) SortKeys(Lop input1, Lop input2, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) SortKeys(Lop input, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads)