Public Member Functions

avro::ResolvingDecoder Class Reference

Inheritance diagram for avro::ResolvingDecoder:
avro::Decoder

List of all members.

Public Member Functions

virtual const std::vector
< size_t > & 
fieldOrder ()=0
 Returns the order of fields for records.

Member Function Documentation

virtual const std::vector<size_t>& avro::ResolvingDecoder::fieldOrder (  )  [pure virtual]

Returns the order of fields for records.

The order of fields could be different from the order of their order in the schema because the writer's field order could be different. In order to avoid buffering and later use, we return the values in the writer's field order.


The documentation for this class was generated from the following file: