Package org.apache.sysds.runtime.iogen
Class RowIndexStructure
java.lang.Object
org.apache.sysds.runtime.iogen.RowIndexStructure
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetEndWithValueString(HashSet<String> endWithValueString) voidsetKeyPattern(ArrayList<String> keyPattern) voidsetProperties(RowIndexStructure.IndexProperties properties) voidsetRowIndexBegin(int rowIndexBegin) voidsetSeqBeginString(String seqBeginString) voidsetSeqEndString(String seqEndString)
-
Constructor Details
-
RowIndexStructure
public RowIndexStructure()
-
-
Method Details
-
endWithValueStrings
-
getProperties
-
setProperties
-
getKeyPattern
-
setKeyPattern
-
getRowIndexBegin
public int getRowIndexBegin() -
setRowIndexBegin
public void setRowIndexBegin(int rowIndexBegin) -
getSeqBeginString
-
setSeqBeginString
-
getSeqEndString
-
setSeqEndString
-
endWithValueString
-
setEndWithValueString
-