Class RawUnionValue

java.lang.Object
org.apache.beam.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 Details

    • RawUnionValue

      public RawUnionValue(int unionTag, @Nullable Object value)
      Constructs a partial union from the given union tag and value.
  • Method Details