Class FixedString

java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType<String>
org.apache.beam.sdk.schemas.logicaltypes.FixedString
All Implemented Interfaces:
Serializable, Schema.LogicalType<String,String>

public class FixedString extends PassThroughLogicalType<String>
A LogicalType representing a fixed-length string.
See Also: