Class UuidLogicalType

java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.UuidLogicalType
All Implemented Interfaces:
Serializable, Schema.LogicalType<UUID,Row>

public class UuidLogicalType extends Object implements Schema.LogicalType<UUID,Row>
Base class for types representing UUID as two long values.
See Also: