Package org.apache.sysds.runtime.iogen
Class ColIndexStructure
java.lang.Object
org.apache.sysds.runtime.iogen.ColIndexStructure
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetColIndexBegin(int colIndexBegin) voidsetEndWithValueString(HashSet<String> endWithValueString) voidsetIndexDelim(String indexDelim) voidsetKeyPattern(ArrayList<String> keyPattern) voidsetProperties(ColIndexStructure.IndexProperties properties) voidsetValueDelim(String valueDelim)
-
Constructor Details
-
ColIndexStructure
public ColIndexStructure()
-
-
Method Details
-
endWithValueStrings
-
getProperties
-
setProperties
-
getKeyPattern
-
setKeyPattern
-
getColIndexBegin
public int getColIndexBegin() -
setColIndexBegin
public void setColIndexBegin(int colIndexBegin) -
getIndexDelim
-
setIndexDelim
-
getValueDelim
-
setValueDelim
-
endWithValueString
-
setEndWithValueString
-