Class OlExprId
java.lang.Object
io.openlineage.spark.shade.extension.v1.OlExprId
A class to hold a reference to Spark's
ExprId without introducing a dependency on the
Spark library.
This class serves as a lightweight alternative for storing ExprId, which is used in
Spark's expression identifiers, while avoiding direct integration with Spark's internal
libraries.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OlExprId
Constructs a newOlExprIdwith the specified expression identifier.- Parameters:
exprId- the expression identifier
-
-
Method Details