Avro C++
|
Public Member Functions | |
NullValidator (const ValidSchema &schema) | |
void | setCount (int64_t) |
void | checkTypeExpected (Type) |
void | checkFixedSizeExpected (int) |
Static Public Member Functions | |
static bool | typeIsExpected (Type) |
static Type | nextTypeExpected () |
static int | nextSizeExpected () |
static bool | getCurrentRecordName (std::string &name) |
static bool | getNextFieldName (std::string &name) |