| Package | Description |
|---|---|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| org.pentaho.di.trans.steps.simplemapping | |
| org.pentaho.di.trans.steps.singlethreader |
| Modifier and Type | Method and Description |
|---|---|
RowProducer |
Trans.addRowProducer(String stepname,
int copynr)
This adds a row producer to the transformation that just got set up.
|
| Constructor and Description |
|---|
RowDataInputMapper(MappingIODefinition inputDefinition,
RowProducer rowProducer) |
| Modifier and Type | Field and Description |
|---|---|
RowProducer |
SingleThreaderData.rowProducer |