Class EnumerationType

java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.EnumerationType
All Implemented Interfaces:
Serializable, Schema.LogicalType<EnumerationType.Value,Integer>

public class EnumerationType extends Object implements Schema.LogicalType<EnumerationType.Value,Integer>
This Schema.LogicalType represent an enumeration over a fixed set of values.
See Also: