@AutoService(value=SchemaTransformProvider.class) public class FlattenTransformProvider extends TypedSchemaTransformProvider<FlattenTransformProvider.Configuration>
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.
Modifier and Type | Class and Description |
---|---|
static class |
FlattenTransformProvider.Configuration |
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
OUTPUT_ROWS_TAG |
Constructor and Description |
---|
FlattenTransformProvider() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<FlattenTransformProvider.Configuration> |
configurationClass() |
protected SchemaTransform |
from(FlattenTransformProvider.Configuration configuration)
Produce a SchemaTransform from ConfigT.
|
java.lang.String |
identifier()
Returns an id that uniquely represents this transform.
|
java.util.List<java.lang.String> |
inputCollectionNames()
Returns the input collection names of this transform.
|
java.util.List<java.lang.String> |
outputCollectionNames()
Returns the output collection names of this transform.
|
configurationSchema, dependencies, from
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
description
protected static final java.lang.String OUTPUT_ROWS_TAG
protected java.lang.Class<FlattenTransformProvider.Configuration> configurationClass()
configurationClass
in class TypedSchemaTransformProvider<FlattenTransformProvider.Configuration>
protected SchemaTransform from(FlattenTransformProvider.Configuration configuration)
TypedSchemaTransformProvider
InvalidConfigurationException
or a
InvalidSchemaException
.from
in class TypedSchemaTransformProvider<FlattenTransformProvider.Configuration>
public java.lang.String identifier()
SchemaTransformProvider
public java.util.List<java.lang.String> inputCollectionNames()
SchemaTransformProvider
public java.util.List<java.lang.String> outputCollectionNames()
SchemaTransformProvider