Class IColIndex.SliceResult
- java.lang.Object
 - 
- org.apache.sysds.runtime.compress.colgroup.indexes.IColIndex.SliceResult
 
 
- 
- 
Field Detail
- 
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
public final IColIndex ret
The already modified column index to return on slices 
 - 
 
 -