Package | Description |
---|---|
org.apache.sysds.runtime.iogen |
Modifier and Type | Method and Description |
---|---|
ValueTrimFormat |
ValueTrimFormat.getACopy() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Pair<Integer,Integer> |
RawRow.findSequenceValues(ArrayList<ValueTrimFormat> vtfs,
int startIndex,
boolean update) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.