Description
This patch adds getters and setters for all Avro datum types.
It also renames avro_int functions to avro_int32 and avro_long to avro_int64 in order to remove ambiguity (e.g. longs can be 32 or 64 bits depending).
This patch adds getters and setters for all Avro datum types.
It also renames avro_int functions to avro_int32 and avro_long to avro_int64 in order to remove ambiguity (e.g. longs can be 32 or 64 bits depending).