Package org.apache.sysds.runtime.iogen
Class CustomProperties
java.lang.Object
org.apache.sysds.runtime.io.FileFormatProperties
org.apache.sysds.runtime.iogen.CustomProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomProperties(MappingProperties mappingProperties, RowIndexStructure rowIndexStructure, ColIndexStructure colIndexStructure) -
Method Summary
Modifier and TypeMethodDescriptionintgetNcols()booleanbooleanisSparse()voidsetColIndexStructure(ColIndexStructure colIndexStructure) voidsetColKeyPatterns(ArrayList<String>[] colKeyPatterns) voidsetEndWithValueStrings(HashSet<String>[] endWithValueStrings) voidsetMappingProperties(MappingProperties mappingProperties) voidsetNcols(int ncols) voidsetParallel(boolean parallel) voidsetRowIndexStructure(RowIndexStructure rowIndexStructure) voidsetSchema(Types.ValueType[] schema) voidsetSparse(boolean sparse) voidsetValueKeyPattern(ArrayList<String> valueKeyPattern) Methods inherited from class org.apache.sysds.runtime.io.FileFormatProperties
getBlocksize, getDescription, knownBlocksize, setDescription
-
Constructor Details
-
CustomProperties
public CustomProperties(MappingProperties mappingProperties, RowIndexStructure rowIndexStructure, ColIndexStructure colIndexStructure)
-
-
Method Details
-
getMappingProperties
-
setMappingProperties
-
getRowIndexStructure
-
setRowIndexStructure
-
getColIndexStructure
-
setColIndexStructure
-
getColKeyPatterns
-
setColKeyPatterns
-
getSchema
-
setSchema
-
endWithValueStrings
-
getValueKeyPattern
-
setValueKeyPattern
-
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
-