Class GenericData.Record

java.lang.Object
org.apache.avro.generic.GenericData.Record
All Implemented Interfaces:
Comparable<GenericData.Record>, GenericContainer, GenericRecord, IndexedRecord
Enclosing class:
GenericData

public static class GenericData.Record extends Object implements GenericRecord, Comparable<GenericData.Record>
Default implementation of GenericRecord. Note that this implementation does not fill in default values for fields if they are not specified; use GenericRecordBuilder in that case.
See Also: