Add getters and setters for all Avro datum types ------------------------------------------------
Key: AVRO-377 URL: https://issues.apache.org/jira/browse/AVRO-377 Project: Avro Issue Type: Improvement Components: c Reporter: Matt Massie Assignee: Matt Massie Fix For: 1.3.0 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 message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.