Uses of Class
org.pentaho.di.lineage.FieldnameLineage
Packages that use FieldnameLineage
-
Uses of FieldnameLineage in org.pentaho.di.lineage
Methods in org.pentaho.di.lineage that return FieldnameLineageModifier and TypeMethodDescriptionstatic final 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 FieldnameLineageModifier and TypeMethodDescriptionstatic final 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 FieldnameLineageModifier and TypeMethodDescriptionSelectValuesMeta.getFieldnameLineage()
We will describe in which way the field names change between input and output in this step.