Class TransformationInfo

java.lang.Object
io.openlineage.client.utils.TransformationInfo

public class TransformationInfo extends Object
Stores information about transformation type of the dependency between two expressions. The transformation is described by 3 attributes: type, subtype and masking. type indicate whether the transformation is direct (target value was derived from source value) or indirect (target value was influenced by source value). subType further divide the transformations. masking indicates whether the transformation obfuscated the source value