Uses of Class
org.apache.sysds.runtime.compress.colgroup.ColGroupRLE
- 
Packages that use ColGroupRLE Package Description org.apache.sysds.runtime.compress.colgroup org.apache.sysds.runtime.compress.colgroup.scheme  - 
- 
Uses of ColGroupRLE in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return ColGroupRLE Modifier and Type Method Description static ColGroupRLEColGroupRLE. read(DataInput in, int nRows) - 
Uses of ColGroupRLE in org.apache.sysds.runtime.compress.colgroup.scheme
Methods in org.apache.sysds.runtime.compress.colgroup.scheme with parameters of type ColGroupRLE Modifier and Type Method Description static ICLASchemeRLEScheme. create(ColGroupRLE g) 
 -