titus.datatype.AvroMap

class titus.datatype.AvroMap(values)[source]

Bases: titus.datatype.AvroContainer, titus.datatype.AvroMapping

Avro “map” type for homogeneous maps (keys must be strings).

__init__(values)

Create an AvroMap manually.

Parameters:values (titus.datatype.AvroType) – type of the contained objects
jsonNode(memo)
name
values

Type of the contained objects.