| 55 | AvroSchemaElement() : schema(NULL), null_union_position(-1), slot_desc(NULL) { } |
| 56 | |
| 57 | bool nullable() const { return null_union_position != -1; } |
| 58 | |
| 59 | /// Maps the Avro library's type representation to our own. |
| 60 | /// The returned AvroSchemaElement does not have 'slot_desc' populated. |
no outgoing calls