Class FlattenTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<FlattenTransformProvider.Configuration>
org.apache.beam.sdk.schemas.transforms.providers.FlattenTransformProvider
- All Implemented Interfaces:
- SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class FlattenTransformProvider
extends TypedSchemaTransformProvider<FlattenTransformProvider.Configuration>
An implementation of 
TypedSchemaTransformProvider for Flatten.
 Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Class<FlattenTransformProvider.Configuration> protected SchemaTransformfrom(FlattenTransformProvider.Configuration configuration) Produce a SchemaTransform from ConfigT.Returns an id that uniquely represents this transform.Returns the input collection names of this transform.Returns the output collection names of this transform.Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProviderconfigurationSchema, dependencies, fromMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.schemas.transforms.SchemaTransformProviderdescription
- 
Field Details- 
OUTPUT_ROWS_TAG- See Also:
 
 
- 
- 
Constructor Details- 
FlattenTransformProviderpublic FlattenTransformProvider()
 
- 
- 
Method Details- 
configurationClass- Overrides:
- configurationClassin class- TypedSchemaTransformProvider<FlattenTransformProvider.Configuration>
 
- 
fromDescription copied from class:TypedSchemaTransformProviderProduce a SchemaTransform from ConfigT. Can throw aInvalidConfigurationExceptionor aInvalidSchemaException.- Specified by:
- fromin class- TypedSchemaTransformProvider<FlattenTransformProvider.Configuration>
 
- 
identifierDescription copied from interface:SchemaTransformProviderReturns an id that uniquely represents this transform.
- 
inputCollectionNamesDescription copied from interface:SchemaTransformProviderReturns the input collection names of this transform.
- 
outputCollectionNamesDescription copied from interface:SchemaTransformProviderReturns the output collection names of this transform.
 
-