Class SchemaZipFold.Context
java.lang.Object
org.apache.beam.sdk.schemas.utils.SchemaZipFold.Context
- Enclosing class:
 SchemaZipFold<T>
Context referring to a current position in a schema.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaZipFold.Contextcreate(List<String> path, Optional<Schema.TypeName> parent) abstract Optional<Schema.TypeName> parent()Type of parent node in a tree.path()Field path from a root of a schema.withParent(Schema.TypeName parent) withPathPart(String part)  
- 
Field Details
- 
EMPTY
 
 - 
 - 
Constructor Details
- 
Context
public Context() 
 - 
 - 
Method Details
- 
path
Field path from a root of a schema. - 
parent
Type of parent node in a tree. - 
withPathPart
 - 
withParent
 - 
create
 
 -