Class TypeCode
java.lang.Object
org.apache.beam.sdk.io.gcp.spanner.changestreams.model.TypeCode
- All Implemented Interfaces:
Serializable
Represents a type of a column within Cloud Spanner. The type itself is encoded in a String code.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeCode
Constructs a type code from the given String code.- Parameters:
code- the code of the column type
-
-
Method Details