Package org.pentaho.di.core.row

Interface Summary
RowMetaInterface This interface provides methods to describe and manipulate a row's structure.
ValueMetaInterface ValueMetaInterface objects are used to determine the characteristics of the row fields.
 

Class Summary
RowBuffer This class contains a list of data rows as well as the RowMetaInterface to describe it.
RowDataUtil This class of static methods can be used to manipulate rows: add, delete, resize, etc...
RowDataUtilTest  
RowMeta  
RowTest  
SpeedTest  
ValueDataUtil  
ValueDataUtilTest Not yet completely finished.
ValueMeta  
ValueMetaAndData  
ValueMetaTest Test functionality in ValueMeta