Uses of Interface
org.apache.sysds.runtime.compress.colgroup.scheme.ICLAScheme
Packages that use ICLAScheme
Package
Description
-
Uses of ICLAScheme in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return ICLASchemeModifier and TypeMethodDescriptionabstract ICLASchemeAColGroup.getCompressionScheme()Get the compression scheme for this column group to enable compression of other data.ASDC.getCompressionScheme()ASDCZero.getCompressionScheme()ColGroupConst.getCompressionScheme()ColGroupDDC.getCompressionScheme()ColGroupDDCFOR.getCompressionScheme()ColGroupDDCLZW.getCompressionScheme()ColGroupEmpty.getCompressionScheme()ColGroupLinearFunctional.getCompressionScheme()ColGroupOLE.getCompressionScheme()ColGroupRLE.getCompressionScheme()ColGroupSDCFOR.getCompressionScheme()ColGroupUncompressed.getCompressionScheme()ColGroupUncompressedArray.getCompressionScheme() -
Uses of ICLAScheme in org.apache.sysds.runtime.compress.colgroup.scheme
Classes in org.apache.sysds.runtime.compress.colgroup.scheme that implement ICLASchemeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.apache.sysds.runtime.compress.colgroup.scheme that return ICLASchemeModifier and TypeMethodDescriptionICLAScheme.clone()static ICLASchemeConstScheme.create(ColGroupConst g) static ICLASchemestatic ICLASchemeRLEScheme.create(ColGroupRLE g) static ICLASchemeSchemeFactory.create(IColIndex columns, AColGroup.CompressionType type) CompressionScheme.get(int i) Get the encoding in a specific index.final ICLASchemeACLAScheme.update(MatrixBlock data) final ICLASchemeACLAScheme.update(MatrixBlock data, IColIndex columns) ICLAScheme.update(MatrixBlock data) Update the encoding scheme to enable compression of the given data.ICLAScheme.update(MatrixBlock data, IColIndex columns) Update the encoding scheme to enable compression of the given data.final ICLASchemeACLAScheme.updateT(MatrixBlock data) final ICLASchemeACLAScheme.updateT(MatrixBlock data, IColIndex columns) ICLAScheme.updateT(MatrixBlock data) Update the encoding scheme to enable compression of the given data.ICLAScheme.updateT(MatrixBlock data, IColIndex columns) Update the encoding scheme to enable compression of the given data.Methods in org.apache.sysds.runtime.compress.colgroup.scheme that return types with arguments of type ICLASchemeModifier and TypeMethodDescriptionfinal Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncode(MatrixBlock data) final Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncode(MatrixBlock data, IColIndex columns) ICLAScheme.updateAndEncode(MatrixBlock data) Update and encode the given block in a single pass.ICLAScheme.updateAndEncode(MatrixBlock data, IColIndex columns) Try to update and encode in a single pass over the data.final Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncodeT(MatrixBlock data) final Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncodeT(MatrixBlock data, IColIndex columns) ICLAScheme.updateAndEncodeT(MatrixBlock data) Update and encode the given block in a single pass.ICLAScheme.updateAndEncodeT(MatrixBlock data, IColIndex columns) Try to update and encode in a single pass over the data.Constructors in org.apache.sysds.runtime.compress.colgroup.scheme with parameters of type ICLAScheme -
Uses of ICLAScheme in org.apache.sysds.runtime.compress.plan
Constructors in org.apache.sysds.runtime.compress.plan with parameters of type ICLAScheme