java.lang.Object
org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex.SliceResult
- Enclosing interface:
- IColIndex
public static class IColIndex.SliceResult
extends Object
A Class for slice results containing indexes for the slicing of dictionaries, and the resulting column index
-
Field Summary
Fields
final int
End index (not inclusive) to slice inside the dictionary
final int
Start index to slice inside the dictionary
The already modified column index to return on slices
-
Method Summary
-
Field Details
-
idStart
public final int idStart
Start index to slice inside the dictionary
-
idEnd
public final int idEnd
End index (not inclusive) to slice inside the dictionary
-
ret
The already modified column index to return on slices
-