View Source Avrogen.Types (avrogen v0.8.1)

Utils for extracting various info from avro schemas types.

Summary

Functions

Get a list of types referenced in a given type, inluding any primitives.

Get a list of external types referenced in a given type.

Returns true if the given type is a primitive.

Functions

Get a list of types referenced in a given type, inluding any primitives.

Link to this function

external_dependencies(type)

View Source

Get a list of external types referenced in a given type.

Link to this macro

is_primitive(type)

View Source (macro)

Returns true if the given type is a primitive.