apache_beam.coders.row_coder module¶
-
class
apache_beam.coders.row_coder.
RowCoder
(schema, force_deterministic=False)[source]¶ Bases:
apache_beam.coders.coders.FastCoder
Coder for typing.NamedTuple instances.
Implements the beam:coder:row:v1 standard coder spec.
Initializes a
RowCoder
.Parameters: schema (apache_beam.portability.api.schema_pb2.Schema) – The protobuf representation of the schema of the data that the RowCoder will be used to encode/decode.