Modules§
- schema 🔒
Structs§
- Avro
Access - Avro
Parse Options - Options for parsing an
AvroValue
into Datum, with a root avro schema. - Avro
Parse 🔒Options Inner - Options for parsing an
AvroValue
into Datum, with names resolved from root schema. - Resolved
Avro Schema - Avro schema with
Ref
inlined. The newtype is used to indicate whether the schema is resolved.
Enums§
- MapHandling
- How to convert the map type from the input encoding to RisingWave’s datatype.
Functions§
- avro_
schema_ to_ fields - This function expects original schema (with
Ref
). TODO: changemap_handling
to someConfig
, and also unify debezium. - avro_
to_ 🔒jsonb - get_
nullable_ union_ inner - If the union schema is
[null, T]
or[T, null]
, returnsSome(T)
; otherwise returnsNone
. - unix_
epoch_ 🔒days