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