Expand description
Types and traits related to the decoding of data for sources.
Structs§
- Avro
Encoding - Encoding in Avro format.
- CsvEncoding
- Arguments necessary to define how to decode from CSV format
- Protobuf
Encoding - Encoding in Protobuf format.
- Regex
Encoding - Source
Data Encoding - A description of how to interpret data from various sources
Enums§
- Column
Spec - Determines the RelationDesc and decoding of CSV objects
- Data
Encoding - A description of how each row should be decoded, from a string of bytes to a sequence of Differential updates.