All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pentaho.di.trans.steps.easyexpand.EasyExpandData Maven / Gradle / Ivy

The newest version!
package org.pentaho.di.trans.steps.easyexpand;

/**
 * @Title: 数据类
 */
import org.pentaho.di.core.row.RowMetaInterface;
import org.pentaho.di.trans.step.BaseStepData;
import org.pentaho.di.trans.step.StepDataInterface;

public class EasyExpandData extends BaseStepData implements StepDataInterface {

	public RowMetaInterface outputRowMeta;

    public EasyExpandData()
	{
		super();
	}
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy