Uses of Class
org.apache.sysds.runtime.iogen.MappingProperties
-
Packages that use MappingProperties Package Description org.apache.sysds.runtime.iogen -
-
Uses of MappingProperties in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return MappingProperties Modifier and Type Method Description MappingPropertiesCustomProperties. getMappingProperties()MappingPropertiesReaderMapping. getMappingProperties()MappingPropertiesReaderMappingIndex. getMappingProperties()Methods in org.apache.sysds.runtime.iogen with parameters of type MappingProperties Modifier and Type Method Description voidCustomProperties. setMappingProperties(MappingProperties mappingProperties)Constructors in org.apache.sysds.runtime.iogen with parameters of type MappingProperties Constructor Description CustomProperties(MappingProperties mappingProperties, RowIndexStructure rowIndexStructure, ColIndexStructure colIndexStructure)
-