Class OpenLineageColumnLineageDataSetFacetField
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageColumnLineageDataSetFacetField
This class represents the input fields (and transformation) that produce a single output field in the columnLineage dataset facet.
It is part of the OpenLineage spec.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the input fields used to evaluate the output field.Return the string representation of the transformation applied (deprecated in favour of per-input transformations).Return the type of the transformation: IDENTITY or MASKED (deprecated in favour of per-input transformations).inthashCode()Return hash code based on properties.voidsetInputFields(List<OpenLineageColumnLineageDataSetFacetInputField> inputFields) Set up the input fields used to evaluate the output field.voidsetTransformationDescription(String transformationDescription) Set up the string representation of the transformation applied (deprecated in favour of per-input transformations).voidsetTransformationType(String transformationType) Set up the type of the transformation: IDENTITY or MASKED (deprecated in favour of per-input transformations).toString()Standard toString method.
-
Constructor Details
-
OpenLineageColumnLineageDataSetFacetField
public OpenLineageColumnLineageDataSetFacetField()Default constructor
-
-
Method Details
-
getInputFields
Return the input fields used to evaluate the output field.- Returns:
- list
-
setInputFields
Set up the input fields used to evaluate the output field.- Parameters:
inputFields- list
-
getTransformationDescription
Return the string representation of the transformation applied (deprecated in favour of per-input transformations).- Returns:
- string
-
setTransformationDescription
Set up the string representation of the transformation applied (deprecated in favour of per-input transformations).- Parameters:
transformationDescription- string
-
getTransformationType
Return the type of the transformation: IDENTITY or MASKED (deprecated in favour of per-input transformations).- Returns:
- string
-
setTransformationType
Set up the type of the transformation: IDENTITY or MASKED (deprecated in favour of per-input transformations).- Parameters:
transformationType- string
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-