avro_to_python.utils.avro.types package¶
Submodules¶
avro_to_python.utils.avro.types.array module¶
helper function to handle array field type
avro_to_python.utils.avro.types.enum module¶
handles situation where enum file is referenced in schema
avro_to_python.utils.avro.types.file module¶
avro_to_python.utils.avro.types.primitive module¶
file containing primitive type helper function
avro_to_python.utils.avro.types.record module¶
avro_to_python.utils.avro.types.reference module¶
function for handling referenced names in records files
avro_to_python.utils.avro.types.type_factory module¶
contains function for handling avro field types
avro_to_python.utils.avro.types.union module¶
helper function to handle union field type