[
https://issues.apache.org/jira/browse/AVRO-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iaroslav Zeigerman updated AVRO-1406:
-------------------------------------
Status: Patch Available (was: Open)
Submitted patch.
Implemented methods
GenericDatum& fieldAt(const std::string& name)
const GenericDatum& fieldAt(const std::string& name) const
for GenericRecord to get fields by their names.
Implemented method
std::string getName() const
for GenericDatum to get the field name of this datum.
> Avro C++ GenericRecord (GenericDatum, etc.) doesn't support getters and
> setters with field name argument
> --------------------------------------------------------------------------------------------------------
>
> Key: AVRO-1406
> URL: https://issues.apache.org/jira/browse/AVRO-1406
> Project: Avro
> Issue Type: Bug
> Components: c++
> Affects Versions: 1.7.5
> Reporter: Iaroslav Zeigerman
> Labels: c++
> Attachments: AVRO-1406.patch
>
>
> In Java implementation there is GenericData.Record which can use field names
> to set and get data. There is nothing similar in C++ implementation.
--
This message was sent by Atlassian JIRA
(v6.1#6144)