Package io.openlineage.client
Class OpenLineage.LineageTransformation
java.lang.Object
io.openlineage.client.OpenLineage.LineageTransformation
- Enclosing class:
- OpenLineage
model class for LineageTransformation
-
Method Details
-
getType
- Returns:
- The transformation type, such as DIRECT or INDIRECT.
-
getSubtype
- Returns:
- The transformation subtype, such as IDENTITY, AGGREGATION, FILTER, JOIN, GROUP_BY, WINDOW, SORT, or CONDITIONAL.
-
getDescription
- Returns:
- A string representation of the transformation.
-
getMasking
- Returns:
- Whether the transformation masks the source data.
-
equals
-
hashCode
public int hashCode()
-