Module encoding

Source
Expand description

Types and traits related to the decoding of data for sources.

Modules§

proto_column_spec
Nested message and enum types in ProtoColumnSpec.
proto_data_encoding
Nested message and enum types in ProtoDataEncoding.

Structs§

AvroEncoding
Encoding in Avro format.
CsvEncoding
Arguments necessary to define how to decode from CSV format
ProtoAvroEncoding
ProtoColumnSpec
ProtoCsvEncoding
ProtoDataEncoding
ProtoProtobufEncoding
ProtoRegexEncoding
ProtoSourceDataEncoding
ProtobufEncoding
Encoding in Protobuf format.
RegexEncoding
SourceDataEncoding
A description of how to interpret data from various sources

Enums§

ColumnSpec
Determines the RelationDesc and decoding of CSV objects
DataEncoding
A description of how each row should be decoded, from a string of bytes to a sequence of Differential updates.

Functions§

included_column_desc