Package org.apache.sysds.runtime.iogen
Class RowIndexStructure
- java.lang.Object
-
- org.apache.sysds.runtime.iogen.RowIndexStructure
-
public class RowIndexStructure extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RowIndexStructure.IndexProperties
-
Constructor Summary
Constructors Constructor Description RowIndexStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashSet<String>
endWithValueString()
HashSet<String>
endWithValueStrings()
ArrayList<String>
getKeyPattern()
RowIndexStructure.IndexProperties
getProperties()
int
getRowIndexBegin()
String
getSeqBeginString()
String
getSeqEndString()
void
setEndWithValueString(HashSet<String> endWithValueString)
void
setKeyPattern(ArrayList<String> keyPattern)
void
setProperties(RowIndexStructure.IndexProperties properties)
void
setRowIndexBegin(int rowIndexBegin)
void
setSeqBeginString(String seqBeginString)
void
setSeqEndString(String seqEndString)
-
-
-
Method Detail
-
getProperties
public RowIndexStructure.IndexProperties getProperties()
-
setProperties
public void setProperties(RowIndexStructure.IndexProperties properties)
-
getRowIndexBegin
public int getRowIndexBegin()
-
setRowIndexBegin
public void setRowIndexBegin(int rowIndexBegin)
-
getSeqBeginString
public String getSeqBeginString()
-
setSeqBeginString
public void setSeqBeginString(String seqBeginString)
-
getSeqEndString
public String getSeqEndString()
-
setSeqEndString
public void setSeqEndString(String seqEndString)
-
-