/[Apache-SVN]
ViewVC logotype

Revision 1057661


Jump to revision: Previous Next
Author: brucem
Date: Tue Jan 11 14:32:37 2011 UTC (13 years, 3 months ago)
Changed paths: 6
Log Message:
AVRO-725. Add avro_schema_get_subschema function.

This new function returns the immediate subschema with the given name.
For records, this is the name of the field.  For unions, it's the name
of the branch's schema type.  For arrays and maps, there is a single
special name (respectively "[]" and "{}") that represents the item or
value subschema.

Changed paths

Path Details
Directoryavro/trunk/CHANGES.txt modified , text changed
Directoryavro/trunk/lang/c/src/avro.h modified , text changed
Directoryavro/trunk/lang/c/src/schema.c modified , text changed
Directoryavro/trunk/lang/c/tests/CMakeLists.txt modified , text changed
Directoryavro/trunk/lang/c/tests/Makefile.am modified , text changed
Directoryavro/trunk/lang/c/tests/test_avro_schema_names.c added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26