19 #ifndef avro_SchemaResolution_hh__
20 #define avro_SchemaResolution_hh__
45 RESOLVE_PROMOTABLE_TO_FLOAT,
46 RESOLVE_PROMOTABLE_TO_DOUBLE,
A bunch of templates and specializations for encoding and decoding specific types.
Definition: AvroParse.hh:30
SchemaResolution
Definition: SchemaResolution.hh:26
@ RESOLVE_PROMOTABLE_TO_LONG
For primitives, the matching may occur if the type is promotable.
Definition: SchemaResolution.hh:44
@ RESOLVE_NO_MATCH
The schemas definitely do not match.
Definition: SchemaResolution.hh:30
@ RESOLVE_MATCH
The schemas match at a cursory level.
Definition: SchemaResolution.hh:37