Class CustomProperties

java.lang.Object
org.apache.sysds.runtime.io.FileFormatProperties
org.apache.sysds.runtime.iogen.CustomProperties
All Implemented Interfaces:
Serializable

public class CustomProperties extends FileFormatProperties implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getMappingProperties

      public MappingProperties getMappingProperties()
    • setMappingProperties

      public void setMappingProperties(MappingProperties mappingProperties)
    • getRowIndexStructure

      public RowIndexStructure getRowIndexStructure()
    • setRowIndexStructure

      public void setRowIndexStructure(RowIndexStructure rowIndexStructure)
    • getColIndexStructure

      public ColIndexStructure getColIndexStructure()
    • setColIndexStructure

      public void setColIndexStructure(ColIndexStructure colIndexStructure)
    • getColKeyPatterns

      public ArrayList<String>[] getColKeyPatterns()
    • setColKeyPatterns

      public void setColKeyPatterns(ArrayList<String>[] colKeyPatterns)
    • getSchema

      public Types.ValueType[] getSchema()
    • setSchema

      public void setSchema(Types.ValueType[] schema)
    • endWithValueStrings

      public HashSet<String>[] endWithValueStrings()
    • getValueKeyPattern

      public ArrayList<String> getValueKeyPattern()
    • setValueKeyPattern

      public void setValueKeyPattern(ArrayList<String> valueKeyPattern)
    • getNcols

      public int getNcols()
    • setNcols

      public void setNcols(int ncols)
    • isSparse

      public boolean isSparse()
    • setSparse

      public void setSparse(boolean sparse)
    • isParallel

      public boolean isParallel()
    • setParallel

      public void setParallel(boolean parallel)
    • setEndWithValueStrings

      public void setEndWithValueStrings(HashSet<String>[] endWithValueStrings)