Expand description
Encoding and decoding between external data formats and RisingWave datum (i.e., type mappings).
Modules§
- common
- decoder
- Converts JSON/AVRO/Protobuf data to RisingWave datum.
The core API is
decoder::Access
.
Macros§
- __
thiserror_ ext_ macro__ access_ error__ uncategorized - Constructs a
AccessError::Uncategorized
variant. - __
thiserror_ ext_ macro__ access_ error__ uncategorized__ bail - Constructs a
AccessError::Uncategorized
variant and bails out.
Structs§
Enums§
- Avro
Schema - Represents any valid Avro schema More information about Avro schemas can be found in the Avro Specification
- Avro
Value - A valid Avro value.
- Avro
Value Kind - Auto-generated discriminant enum variants