Modules§
- schema 🔒
Structs§
- Options for parsing an
AvroValue
into Datum, with an optional avro schema. - Avro schema with
Ref
inlined. The newtype is used to indicate whether the schema is resolved.
Enums§
- How to convert the map type from the input encoding to RisingWave’s datatype.
Functions§
- This function expects resolved schema (no
Ref
). FIXME: require passing resolved schema here. TODO: changemap_handling
to someConfig
, and also unify debezium. TODO: useColumnDesc
in common instead of PB. - If the union schema is
[null, T]
or[T, null]
, returnsSome(T)
; otherwise returnsNone
.