Package org.pentaho.di.trans.steps.sort
Class RowTempFile
- java.lang.Object
-
- org.pentaho.di.trans.steps.sort.RowTempFile
-
public class RowTempFile extends Object
Keeps track of which temporary file a row is coming from
-
-
Field Summary
Fields Modifier and Type Field Description int
fileNumber
Object[]
row
-
Constructor Summary
Constructors Constructor Description RowTempFile(Object[] row, int fileNumber)
-