Uses of Class
org.apache.sysds.runtime.iogen.ValueTrimFormat
-
Packages that use ValueTrimFormat Package Description org.apache.sysds.runtime.iogen -
-
Uses of ValueTrimFormat in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return ValueTrimFormat Modifier and Type Method Description ValueTrimFormat
ValueTrimFormat. getACopy()
Methods in org.apache.sysds.runtime.iogen with parameters of type ValueTrimFormat Modifier and Type Method Description int
ValueTrimFormat. compareTo(ValueTrimFormat vtf)
Pair<Integer,Integer>
RawRow. findAtValue(ValueTrimFormat vtf, int rawIndex, int numericIndex)
Pair<Integer,Integer>
RawRow. findAtValue(ValueTrimFormat vtf, int rawIndex, int numericIndex, boolean update)
Pair<Integer,Integer>
RawRow. findValue(ValueTrimFormat vtf, boolean forward)
Pair<Integer,Integer>
RawRow. findValue(ValueTrimFormat vtf, boolean forward, boolean update)
boolean
ValueTrimFormat. isEqual(ValueTrimFormat vtf)
Method parameters in org.apache.sysds.runtime.iogen with type arguments of type ValueTrimFormat Modifier and Type Method Description Pair<Integer,Integer>
RawRow. findSequenceValues(ArrayList<ValueTrimFormat> vtfs, int startIndex, boolean update)
-