Uses of Class
org.pentaho.di.lineage.FieldnameLineage
-
Packages that use FieldnameLineage Package Description org.pentaho.di.lineage org.pentaho.di.trans.steps.selectvalues -
-
Uses of FieldnameLineage in org.pentaho.di.lineage
Methods in org.pentaho.di.lineage that return FieldnameLineage Modifier and Type Method Description static FieldnameLineage
FieldnameLineage. findFieldnameLineageWithInput(List<FieldnameLineage> lineages, String input)
Search for a field name lineage object in a list.Method parameters in org.pentaho.di.lineage with type arguments of type FieldnameLineage Modifier and Type Method Description static FieldnameLineage
FieldnameLineage. findFieldnameLineageWithInput(List<FieldnameLineage> lineages, String input)
Search for a field name lineage object in a list. -
Uses of FieldnameLineage in org.pentaho.di.trans.steps.selectvalues
Methods in org.pentaho.di.trans.steps.selectvalues that return types with arguments of type FieldnameLineage Modifier and Type Method Description List<FieldnameLineage>
SelectValuesMeta. getFieldnameLineage()
We will describe in which way the field names change between input and output in this step.
-