Class RawUnionValue
java.lang.Object
org.apache.beam.sdk.transforms.join.RawUnionValue
This corresponds to an integer union tag and value. The mapping of union tag to type must come
from elsewhere.
-
Constructor Summary
ConstructorsConstructorDescriptionRawUnionValue
(int unionTag, @Nullable Object value) Constructs a partial union from the given union tag and value. -
Method Summary
-
Constructor Details
-
RawUnionValue
Constructs a partial union from the given union tag and value.
-
-
Method Details