Class RowMetaUtils
- java.lang.Object
-
- org.apache.hop.pipeline.transform.utils.RowMetaUtils
-
public class RowMetaUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description RowMetaUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IRowMetagetRowMetaForUpdate(IRowMeta prev, String[] keyLookup, String[] keyStream, String[] updateLookup, String[] updateStream)
-
-
-
Method Detail
-
getRowMetaForUpdate
public static IRowMeta getRowMetaForUpdate(IRowMeta prev, String[] keyLookup, String[] keyStream, String[] updateLookup, String[] updateStream) throws HopTransformException
- Throws:
HopTransformException
-
-