Package org.apache.beam.sdk.io
Class TFRecordReadSchemaTransformProvider
java.lang.Object
org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider<TFRecordReadSchemaTransformConfiguration>
org.apache.beam.sdk.io.TFRecordReadSchemaTransformProvider
- All Implemented Interfaces:
SchemaTransformProvider
@AutoService(SchemaTransformProvider.class)
public class TFRecordReadSchemaTransformProvider
extends TypedSchemaTransformProvider<TFRecordReadSchemaTransformConfiguration>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SchemaTransformfrom(TFRecordReadSchemaTransformConfiguration configuration) Returns the expectedSchemaTransformof the configuration.static SerializableFunction<byte[], Row> getBytesToRowFn(Schema schema) Implementation of theTypedSchemaTransformProvideridentifier method.Implementation of theTypedSchemaTransformProvideroutputCollectionNames method.Methods inherited from class org.apache.beam.sdk.schemas.transforms.TypedSchemaTransformProvider
configurationClass, configurationSchema, dependencies, fromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.schemas.transforms.SchemaTransformProvider
description, inputCollectionNames
-
Field Details
-
OUTPUT_TAG
-
ERROR_TAG
-
-
Constructor Details
-
TFRecordReadSchemaTransformProvider
public TFRecordReadSchemaTransformProvider()
-
-
Method Details
-
from
Returns the expectedSchemaTransformof the configuration.- Specified by:
fromin classTypedSchemaTransformProvider<TFRecordReadSchemaTransformConfiguration>
-
identifier
Implementation of theTypedSchemaTransformProvideridentifier method. -
outputCollectionNames
Implementation of theTypedSchemaTransformProvideroutputCollectionNames method. -
getBytesToRowFn
-