Avro C++
|
Public Member Functions | |
RecordSchema (const std::string &name) | |
void | addField (const std::string &name, const Schema &fieldSchema) |
void | addField (const std::string &name, const Schema &fieldSchema, const CustomAttributes &customAttributes) |
std::string | getDoc () const |
void | setDoc (const std::string &) |
Public Member Functions inherited from avro::Schema | |
Type | type () const |
const NodePtr & | root () const |
NodePtr & | root () |
Additional Inherited Members | |
Protected Member Functions inherited from avro::Schema | |
Schema (NodePtr node) | |
Schema (Node *node) | |
Protected Attributes inherited from avro::Schema | |
NodePtr | node_ |