@AutoService(value=SchemaTransformProvider.class) public class TFRecordReadSchemaTransformProvider extends TypedSchemaTransformProvider<TFRecordReadSchemaTransformConfiguration>
| Modifier and Type | Class and Description |
|---|---|
static class |
TFRecordReadSchemaTransformProvider.ErrorFn |
| Modifier and Type | Field and Description |
|---|---|
static TupleTag<Row> |
ERROR_TAG |
static TupleTag<Row> |
OUTPUT_TAG |
| Constructor and Description |
|---|
TFRecordReadSchemaTransformProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaTransform |
from(TFRecordReadSchemaTransformConfiguration configuration)
Returns the expected
SchemaTransform of the configuration. |
static SerializableFunction<byte[],Row> |
getBytesToRowFn(Schema schema) |
java.lang.String |
identifier()
Implementation of the
TypedSchemaTransformProvider identifier method. |
java.util.List<java.lang.String> |
outputCollectionNames()
Implementation of the
TypedSchemaTransformProvider outputCollectionNames method. |
configurationClass, configurationSchema, dependencies, fromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescription, inputCollectionNamesprotected SchemaTransform from(TFRecordReadSchemaTransformConfiguration configuration)
SchemaTransform of the configuration.from in class TypedSchemaTransformProvider<TFRecordReadSchemaTransformConfiguration>public java.lang.String identifier()
TypedSchemaTransformProvider identifier method.public java.util.List<java.lang.String> outputCollectionNames()
TypedSchemaTransformProvider outputCollectionNames method.public static SerializableFunction<byte[],Row> getBytesToRowFn(Schema schema)