(avro-serde)
Returns an Avro serializer / deserializer.
Returns an Avro serializer / deserializer.
(convert-ecount-integer-keys ecount)
Avro makes all map keys into strings. ecount usese integer keys, so they need to get converted back.
Avro makes all map keys into strings. ecount usese integer keys, so they need to get converted back.
(convert-stats-keywords stats)
Avro makes all map keys into strings. Stats use keywords as keys.
Avro makes all map keys into strings. Stats use keywords as keys.
(decode-key k data)
Given a key, figures out what type of data it is and decodes it with the appropriate schema.
Given a key, figures out what type of data it is and decodes it with the appropriate schema.
(serialize-block block-data)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close