Class SchemaZipFold<T>

java.lang.Object
org.apache.beam.sdk.schemas.utils.SchemaZipFold<T>
All Implemented Interfaces:
Serializable

public abstract class SchemaZipFold<T> extends Object implements Serializable
Visitor that zips schemas, and accepts pairs of fields and their types.

Values returned by `accept` are accumulated.

See Also: