Class ReaderMappingIndex

java.lang.Object
org.apache.sysds.runtime.iogen.ReaderMappingIndex

public class ReaderMappingIndex extends Object
  • Constructor Details

  • Method Details

    • getMapRow

      public int[][] getMapRow()
    • getMapCol

      public int[][] getMapCol()
    • getMapLen

      public int[][] getMapLen()
    • getSampleRawIndexes

      public RawIndex[] getSampleRawIndexes()
    • getNrows

      public int getNrows()
    • getNcols

      public int getNcols()
    • getNlines

      public int getNlines()
    • getMappingProperties

      public MappingProperties getMappingProperties()
    • getActualValueCount

      public int getActualValueCount()
    • compareCellValue

      public boolean compareCellValue(int r, int c, String value)