Class FixedBytes

java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.PassThroughLogicalType<byte[]>
org.apache.beam.sdk.schemas.logicaltypes.FixedBytes
All Implemented Interfaces:
Serializable, Schema.LogicalType<byte[],byte[]>

public class FixedBytes extends PassThroughLogicalType<byte[]>
A LogicalType representing a fixed-length byte array.
See Also: