Uses of Class
org.pentaho.di.compatibility.Row
Packages that use 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
Methods in org.pentaho.di.compatibility that return RowModifier and TypeMethodDescriptionRow.Clone()Returns an exact copy of this row.static final RowMethods in org.pentaho.di.compatibility with parameters of type RowModifier and TypeMethodDescriptionvoidAdd all the values of row r to the Row.intCompare 2 complete rows of values with each other.intCompare 2 complete rows of values with each otherintCompare 2 rows with each other using certain values in the rows and also considering an ascending clause.intintRow.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.intCompare 2 rows with each other using one value in the rows and also considering an ascending clause.intstatic final byte[]Row.extractData(Row row) static final RowvoidMerge the data of row r to this Row.voidMerge the values of row r to this Row.Method parameters in org.pentaho.di.compatibility with type arguments of type RowModifier and TypeMethodDescriptionstatic final voidConstructors in org.pentaho.di.compatibility with parameters of type RowModifierConstructorDescriptionRow(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
Methods in org.pentaho.di.core.row that return RowModifier and TypeMethodDescriptionstatic RowRowMeta.createOriginalRow(RowMetaInterface rowMeta, Object[] rowData)