Uses of Class
org.pentaho.di.compatibility.Row
Package
Description
Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.
-
Uses of Row in org.pentaho.di.compatibility
Modifier and TypeMethodDescriptionRow.Clone()
Returns an exact copy of this row.static final Row
Modifier and TypeMethodDescriptionvoid
Add all the values of row r to the Row.int
Compare 2 complete rows of values with each other.int
Compare 2 complete rows of values with each otherint
Compare 2 rows with each other using certain values in the rows and also considering an ascending clause.int
int
Row.compare
(Row r, int[] fieldnrs1, int[] fieldnrs2, boolean[] ascending, boolean[] caseInsensitive) Compare 2 rows with each other using certain values in the rows and also considering an ascending clause.int
Compare 2 rows with each other using one value in the rows and also considering an ascending clause.int
static final byte[]
Row.extractData
(Row row) static final Row
void
Merge the data of row r to this Row.void
Merge the values of row r to this Row.Modifier and TypeMethodDescriptionstatic final void
ModifierConstructorDescriptionRow
(DataInputStream dis, int size, Row meta) Read a number of Values without meta-data into a row.Row
(DataInputStream dis, Row meta) Read a number of Values without meta-data into a row.Creates a new row as a duplicate of the given row. -
Uses of Row in org.pentaho.di.core.row
Modifier and TypeMethodDescriptionstatic Row
RowMeta.createOriginalRow
(RowMetaInterface rowMeta, Object[] rowData)