Class Field
A field within a record.
class Field
;
Constructors
Name | Description |
---|---|
this
(field, schema)
|
Constructs a new Field instance with the same [name], [doc], [defaultValue], and [order] as [field] has with changing the schema to the specified one. It also copies all the [attributes] and [aliases]. |
Enums
Name | Description |
---|---|
Order
|
Objects with identical schemas may be sorted by a depth-first left-to-right traversal of the schema. |
See Also
https://avro.apache.org/docs/current/spec.html#schema_record