Package org.apache.sysds.runtime.iogen
Class ColIndexStructure
- java.lang.Object
-
- org.apache.sysds.runtime.iogen.ColIndexStructure
-
public class ColIndexStructure extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ColIndexStructure.IndexProperties
-
Constructor Summary
Constructors Constructor Description ColIndexStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashSet<String>
endWithValueString()
HashSet<String>
endWithValueStrings()
int
getColIndexBegin()
String
getIndexDelim()
ArrayList<String>
getKeyPattern()
ColIndexStructure.IndexProperties
getProperties()
String
getValueDelim()
void
setColIndexBegin(int colIndexBegin)
void
setEndWithValueString(HashSet<String> endWithValueString)
void
setIndexDelim(String indexDelim)
void
setKeyPattern(ArrayList<String> keyPattern)
void
setProperties(ColIndexStructure.IndexProperties properties)
void
setValueDelim(String valueDelim)
-
-
-
Method Detail
-
getProperties
public ColIndexStructure.IndexProperties getProperties()
-
setProperties
public void setProperties(ColIndexStructure.IndexProperties properties)
-
getColIndexBegin
public int getColIndexBegin()
-
setColIndexBegin
public void setColIndexBegin(int colIndexBegin)
-
getIndexDelim
public String getIndexDelim()
-
setIndexDelim
public void setIndexDelim(String indexDelim)
-
getValueDelim
public String getValueDelim()
-
setValueDelim
public void setValueDelim(String valueDelim)
-
-