Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.transforms.join
Class RawUnionValue
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.transforms.join.RawUnionValue
-
public class RawUnionValue extends Object
This corresponds to an integer union tag and value. The mapping of union tag to type must come from elsewhere.
-
-
Constructor Summary
Constructors Constructor and Description RawUnionValue(int unionTag, Object value)
Constructs a partial union from the given union tag and value.
-