Modules§
- schema 🔒
Structs§
- Options for parsing an
AvroValue
into Datum, with a root avro schema. - Options for parsing an
AvroValue
into Datum, with names resolved from root 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 original schema (with
Ref
). 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
.