Documentation ¶
Overview ¶
Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.
- SOURCE:
- arrays.avsc
Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.
- SOURCE:
- arrays.avsc
Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.
- SOURCE:
- arrays.avsc
Index ¶
- Constants
- type MapTestRecord
- func (_ *MapTestRecord) AppendArray() types.Field
- func (_ *MapTestRecord) AppendMap(key string) types.Field
- func (_ *MapTestRecord) AvroCRC64Fingerprint() []byte
- func (_ *MapTestRecord) Finalize()
- func (r *MapTestRecord) Get(i int) types.Field
- func (r *MapTestRecord) NullField(i int)
- func (r *MapTestRecord) Schema() string
- func (r *MapTestRecord) SchemaName() string
- func (r *MapTestRecord) Serialize(w io.Writer) error
- func (_ *MapTestRecord) SetBoolean(v bool)
- func (_ *MapTestRecord) SetBytes(v []byte)
- func (r *MapTestRecord) SetDefault(i int)
- func (_ *MapTestRecord) SetDouble(v float64)
- func (_ *MapTestRecord) SetFloat(v float32)
- func (_ *MapTestRecord) SetInt(v int32)
- func (_ *MapTestRecord) SetLong(v int64)
- func (_ *MapTestRecord) SetString(v string)
- func (_ *MapTestRecord) SetUnionElem(v int64)
- type MapUnionNullIntWrapper
- func (_ *MapUnionNullIntWrapper) AppendArray() types.Field
- func (r *MapUnionNullIntWrapper) AppendMap(key string) types.Field
- func (r *MapUnionNullIntWrapper) Finalize()
- func (_ *MapUnionNullIntWrapper) Get(i int) types.Field
- func (r *MapUnionNullIntWrapper) NullField(_ int)
- func (_ *MapUnionNullIntWrapper) SetBoolean(v bool)
- func (_ *MapUnionNullIntWrapper) SetBytes(v []byte)
- func (_ *MapUnionNullIntWrapper) SetDefault(i int)
- func (_ *MapUnionNullIntWrapper) SetDouble(v float64)
- func (_ *MapUnionNullIntWrapper) SetFloat(v float32)
- func (_ *MapUnionNullIntWrapper) SetInt(v int32)
- func (_ *MapUnionNullIntWrapper) SetLong(v int64)
- func (_ *MapUnionNullIntWrapper) SetString(v string)
- func (_ *MapUnionNullIntWrapper) SetUnionElem(v int64)
- type UnionNullInt
- func (_ *UnionNullInt) AppendArray() types.Field
- func (_ *UnionNullInt) AppendMap(key string) types.Field
- func (_ *UnionNullInt) Finalize()
- func (r *UnionNullInt) Get(i int) types.Field
- func (r *UnionNullInt) MarshalJSON() ([]byte, error)
- func (_ *UnionNullInt) NullField(i int)
- func (_ *UnionNullInt) SetBoolean(v bool)
- func (_ *UnionNullInt) SetBytes(v []byte)
- func (_ *UnionNullInt) SetDefault(i int)
- func (_ *UnionNullInt) SetDouble(v float64)
- func (_ *UnionNullInt) SetFloat(v float32)
- func (_ *UnionNullInt) SetInt(v int32)
- func (r *UnionNullInt) SetLong(v int64)
- func (_ *UnionNullInt) SetString(v string)
- func (r *UnionNullInt) UnmarshalJSON(data []byte) error
- type UnionNullIntTypeEnum
Constants ¶
View Source
const MapTestRecordAvroCRC64Fingerprint = "\xf7\xdb\x00\xb2n\xa8u\xbf"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapTestRecord ¶
type MapTestRecord struct {
IntField map[string]*UnionNullInt `json:"IntField"`
}
func DeserializeMapTestRecord ¶
func DeserializeMapTestRecord(r io.Reader) (*MapTestRecord, error)
func DeserializeMapTestRecordFromSchema ¶
func DeserializeMapTestRecordFromSchema(r io.Reader, schema string) (*MapTestRecord, error)
func NewMapTestRecord ¶
func NewMapTestRecord() *MapTestRecord
func (*MapTestRecord) AppendArray ¶
func (_ *MapTestRecord) AppendArray() types.Field
func (*MapTestRecord) AvroCRC64Fingerprint ¶
func (_ *MapTestRecord) AvroCRC64Fingerprint() []byte
func (*MapTestRecord) Finalize ¶
func (_ *MapTestRecord) Finalize()
func (*MapTestRecord) NullField ¶
func (r *MapTestRecord) NullField(i int)
func (*MapTestRecord) Schema ¶
func (r *MapTestRecord) Schema() string
func (*MapTestRecord) SchemaName ¶
func (r *MapTestRecord) SchemaName() string
func (*MapTestRecord) SetBoolean ¶
func (_ *MapTestRecord) SetBoolean(v bool)
func (*MapTestRecord) SetBytes ¶
func (_ *MapTestRecord) SetBytes(v []byte)
func (*MapTestRecord) SetDefault ¶
func (r *MapTestRecord) SetDefault(i int)
func (*MapTestRecord) SetDouble ¶
func (_ *MapTestRecord) SetDouble(v float64)
func (*MapTestRecord) SetFloat ¶
func (_ *MapTestRecord) SetFloat(v float32)
func (*MapTestRecord) SetInt ¶
func (_ *MapTestRecord) SetInt(v int32)
func (*MapTestRecord) SetLong ¶
func (_ *MapTestRecord) SetLong(v int64)
func (*MapTestRecord) SetString ¶
func (_ *MapTestRecord) SetString(v string)
func (*MapTestRecord) SetUnionElem ¶
func (_ *MapTestRecord) SetUnionElem(v int64)
type MapUnionNullIntWrapper ¶
type MapUnionNullIntWrapper struct { Target *map[string]*UnionNullInt // contains filtered or unexported fields }
func (*MapUnionNullIntWrapper) AppendArray ¶
func (_ *MapUnionNullIntWrapper) AppendArray() types.Field
func (*MapUnionNullIntWrapper) AppendMap ¶
func (r *MapUnionNullIntWrapper) AppendMap(key string) types.Field
func (*MapUnionNullIntWrapper) Finalize ¶
func (r *MapUnionNullIntWrapper) Finalize()
func (*MapUnionNullIntWrapper) NullField ¶
func (r *MapUnionNullIntWrapper) NullField(_ int)
func (*MapUnionNullIntWrapper) SetBoolean ¶
func (_ *MapUnionNullIntWrapper) SetBoolean(v bool)
func (*MapUnionNullIntWrapper) SetBytes ¶
func (_ *MapUnionNullIntWrapper) SetBytes(v []byte)
func (*MapUnionNullIntWrapper) SetDefault ¶
func (_ *MapUnionNullIntWrapper) SetDefault(i int)
func (*MapUnionNullIntWrapper) SetDouble ¶
func (_ *MapUnionNullIntWrapper) SetDouble(v float64)
func (*MapUnionNullIntWrapper) SetFloat ¶
func (_ *MapUnionNullIntWrapper) SetFloat(v float32)
func (*MapUnionNullIntWrapper) SetInt ¶
func (_ *MapUnionNullIntWrapper) SetInt(v int32)
func (*MapUnionNullIntWrapper) SetLong ¶
func (_ *MapUnionNullIntWrapper) SetLong(v int64)
func (*MapUnionNullIntWrapper) SetString ¶
func (_ *MapUnionNullIntWrapper) SetString(v string)
func (*MapUnionNullIntWrapper) SetUnionElem ¶
func (_ *MapUnionNullIntWrapper) SetUnionElem(v int64)
type UnionNullInt ¶
type UnionNullInt struct { Null *types.NullVal Int int32 UnionType UnionNullIntTypeEnum }
func NewUnionNullInt ¶
func NewUnionNullInt() *UnionNullInt
func (*UnionNullInt) AppendArray ¶
func (_ *UnionNullInt) AppendArray() types.Field
func (*UnionNullInt) Finalize ¶
func (_ *UnionNullInt) Finalize()
func (*UnionNullInt) MarshalJSON ¶
func (r *UnionNullInt) MarshalJSON() ([]byte, error)
func (*UnionNullInt) NullField ¶
func (_ *UnionNullInt) NullField(i int)
func (*UnionNullInt) SetBoolean ¶
func (_ *UnionNullInt) SetBoolean(v bool)
func (*UnionNullInt) SetBytes ¶
func (_ *UnionNullInt) SetBytes(v []byte)
func (*UnionNullInt) SetDefault ¶
func (_ *UnionNullInt) SetDefault(i int)
func (*UnionNullInt) SetDouble ¶
func (_ *UnionNullInt) SetDouble(v float64)
func (*UnionNullInt) SetFloat ¶
func (_ *UnionNullInt) SetFloat(v float32)
func (*UnionNullInt) SetInt ¶
func (_ *UnionNullInt) SetInt(v int32)
func (*UnionNullInt) SetLong ¶
func (r *UnionNullInt) SetLong(v int64)
func (*UnionNullInt) SetString ¶
func (_ *UnionNullInt) SetString(v string)
func (*UnionNullInt) UnmarshalJSON ¶
func (r *UnionNullInt) UnmarshalJSON(data []byte) error
type UnionNullIntTypeEnum ¶
type UnionNullIntTypeEnum int
const (
UnionNullIntTypeEnumInt UnionNullIntTypeEnum = 1
)
Click to show internal directories.
Click to hide internal directories.