Documentation
¶
Overview ¶
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Index ¶
- Constants
- type Repeats
- func (_ *Repeats) AppendArray() types.Field
- func (_ *Repeats) AppendMap(key string) types.Field
- func (_ *Repeats) AvroCRC64Fingerprint() []byte
- func (_ *Repeats) Finalize()
- func (r *Repeats) Get(i int) types.Field
- func (r *Repeats) NullField(i int)
- func (r *Repeats) Schema() string
- func (r *Repeats) SchemaName() string
- func (r *Repeats) Serialize(w io.Writer) error
- func (_ *Repeats) SetBoolean(v bool)
- func (_ *Repeats) SetBytes(v []byte)
- func (r *Repeats) SetDefault(i int)
- func (_ *Repeats) SetDouble(v float64)
- func (_ *Repeats) SetFloat(v float32)
- func (_ *Repeats) SetInt(v int32)
- func (_ *Repeats) SetLong(v int64)
- func (_ *Repeats) SetString(v string)
- func (_ *Repeats) SetUnionElem(v int64)
- type SomeDateObj_record
- func (_ *SomeDateObj_record) AppendArray() types.Field
- func (_ *SomeDateObj_record) AppendMap(key string) types.Field
- func (_ *SomeDateObj_record) AvroCRC64Fingerprint() []byte
- func (_ *SomeDateObj_record) Finalize()
- func (r *SomeDateObj_record) Get(i int) types.Field
- func (r *SomeDateObj_record) NullField(i int)
- func (r *SomeDateObj_record) Schema() string
- func (r *SomeDateObj_record) SchemaName() string
- func (r *SomeDateObj_record) Serialize(w io.Writer) error
- func (_ *SomeDateObj_record) SetBoolean(v bool)
- func (_ *SomeDateObj_record) SetBytes(v []byte)
- func (r *SomeDateObj_record) SetDefault(i int)
- func (_ *SomeDateObj_record) SetDouble(v float64)
- func (_ *SomeDateObj_record) SetFloat(v float32)
- func (_ *SomeDateObj_record) SetInt(v int32)
- func (_ *SomeDateObj_record) SetLong(v int64)
- func (_ *SomeDateObj_record) SetString(v string)
- func (_ *SomeDateObj_record) SetUnionElem(v int64)
- type UnionNullDouble
- func (_ *UnionNullDouble) AppendArray() types.Field
- func (_ *UnionNullDouble) AppendMap(key string) types.Field
- func (_ *UnionNullDouble) Finalize()
- func (r *UnionNullDouble) Get(i int) types.Field
- func (r *UnionNullDouble) MarshalJSON() ([]byte, error)
- func (_ *UnionNullDouble) NullField(i int)
- func (_ *UnionNullDouble) SetBoolean(v bool)
- func (_ *UnionNullDouble) SetBytes(v []byte)
- func (_ *UnionNullDouble) SetDefault(i int)
- func (_ *UnionNullDouble) SetDouble(v float64)
- func (_ *UnionNullDouble) SetFloat(v float32)
- func (_ *UnionNullDouble) SetInt(v int32)
- func (r *UnionNullDouble) SetLong(v int64)
- func (_ *UnionNullDouble) SetString(v string)
- func (r *UnionNullDouble) UnmarshalJSON(data []byte) error
- type UnionNullDoubleTypeEnum
- type UnionNullLong
- func (_ *UnionNullLong) AppendArray() types.Field
- func (_ *UnionNullLong) AppendMap(key string) types.Field
- func (_ *UnionNullLong) Finalize()
- func (r *UnionNullLong) Get(i int) types.Field
- func (r *UnionNullLong) MarshalJSON() ([]byte, error)
- func (_ *UnionNullLong) NullField(i int)
- func (_ *UnionNullLong) SetBoolean(v bool)
- func (_ *UnionNullLong) SetBytes(v []byte)
- func (_ *UnionNullLong) SetDefault(i int)
- func (_ *UnionNullLong) SetDouble(v float64)
- func (_ *UnionNullLong) SetFloat(v float32)
- func (_ *UnionNullLong) SetInt(v int32)
- func (r *UnionNullLong) SetLong(v int64)
- func (_ *UnionNullLong) SetString(v string)
- func (r *UnionNullLong) UnmarshalJSON(data []byte) error
- type UnionNullLongTypeEnum
- type UnionNullSomeDateObj_record
- func (_ *UnionNullSomeDateObj_record) AppendArray() types.Field
- func (_ *UnionNullSomeDateObj_record) AppendMap(key string) types.Field
- func (_ *UnionNullSomeDateObj_record) Finalize()
- func (r *UnionNullSomeDateObj_record) Get(i int) types.Field
- func (r *UnionNullSomeDateObj_record) MarshalJSON() ([]byte, error)
- func (_ *UnionNullSomeDateObj_record) NullField(i int)
- func (_ *UnionNullSomeDateObj_record) SetBoolean(v bool)
- func (_ *UnionNullSomeDateObj_record) SetBytes(v []byte)
- func (_ *UnionNullSomeDateObj_record) SetDefault(i int)
- func (_ *UnionNullSomeDateObj_record) SetDouble(v float64)
- func (_ *UnionNullSomeDateObj_record) SetFloat(v float32)
- func (_ *UnionNullSomeDateObj_record) SetInt(v int32)
- func (r *UnionNullSomeDateObj_record) SetLong(v int64)
- func (_ *UnionNullSomeDateObj_record) SetString(v string)
- func (r *UnionNullSomeDateObj_record) UnmarshalJSON(data []byte) error
- type UnionNullSomeDateObj_recordTypeEnum
Constants ¶
View Source
const RepeatsAvroCRC64Fingerprint = "\xb4\xd3\x17r\x13\xfe\x91\x8c"
View Source
const SomeDateObj_recordAvroCRC64Fingerprint = "0\x96\xd7I+\x16h\xa3"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repeats ¶
type Repeats struct { // The timestamp when this avro data is written. Useful for identifying the newest row of data sharing keys. AvroWriteTime int64 `json:"AvroWriteTime"` // This is set to true when the Avro data is recording a delete in the source data. AvroDeleted bool `json:"AvroDeleted"` Height *UnionNullLong `json:"height"` SomeDateObj *UnionNullSomeDateObj_record `json:"someDateObj"` Type string `json:"type"` Visible bool `json:"visible"` Width *UnionNullDouble `json:"width"` }
func NewRepeats ¶
func NewRepeats() *Repeats
func (*Repeats) AppendArray ¶
func (*Repeats) AvroCRC64Fingerprint ¶
func (*Repeats) SchemaName ¶
func (*Repeats) SetBoolean ¶
func (*Repeats) SetDefault ¶
func (*Repeats) SetUnionElem ¶
type SomeDateObj_record ¶
func DeserializeSomeDateObj_record ¶
func DeserializeSomeDateObj_record(r io.Reader) (*SomeDateObj_record, error)
func DeserializeSomeDateObj_recordFromSchema ¶
func DeserializeSomeDateObj_recordFromSchema(r io.Reader, schema string) (*SomeDateObj_record, error)
func NewSomeDateObj_record ¶
func NewSomeDateObj_record() *SomeDateObj_record
func (*SomeDateObj_record) AppendArray ¶
func (_ *SomeDateObj_record) AppendArray() types.Field
func (*SomeDateObj_record) AppendMap ¶
func (_ *SomeDateObj_record) AppendMap(key string) types.Field
func (*SomeDateObj_record) AvroCRC64Fingerprint ¶
func (_ *SomeDateObj_record) AvroCRC64Fingerprint() []byte
func (*SomeDateObj_record) Finalize ¶
func (_ *SomeDateObj_record) Finalize()
func (*SomeDateObj_record) NullField ¶
func (r *SomeDateObj_record) NullField(i int)
func (*SomeDateObj_record) Schema ¶
func (r *SomeDateObj_record) Schema() string
func (*SomeDateObj_record) SchemaName ¶
func (r *SomeDateObj_record) SchemaName() string
func (*SomeDateObj_record) SetBoolean ¶
func (_ *SomeDateObj_record) SetBoolean(v bool)
func (*SomeDateObj_record) SetBytes ¶
func (_ *SomeDateObj_record) SetBytes(v []byte)
func (*SomeDateObj_record) SetDefault ¶
func (r *SomeDateObj_record) SetDefault(i int)
func (*SomeDateObj_record) SetDouble ¶
func (_ *SomeDateObj_record) SetDouble(v float64)
func (*SomeDateObj_record) SetFloat ¶
func (_ *SomeDateObj_record) SetFloat(v float32)
func (*SomeDateObj_record) SetInt ¶
func (_ *SomeDateObj_record) SetInt(v int32)
func (*SomeDateObj_record) SetLong ¶
func (_ *SomeDateObj_record) SetLong(v int64)
func (*SomeDateObj_record) SetString ¶
func (_ *SomeDateObj_record) SetString(v string)
func (*SomeDateObj_record) SetUnionElem ¶
func (_ *SomeDateObj_record) SetUnionElem(v int64)
type UnionNullDouble ¶
type UnionNullDouble struct { Null *types.NullVal Double float64 UnionType UnionNullDoubleTypeEnum }
func NewUnionNullDouble ¶
func NewUnionNullDouble() *UnionNullDouble
func (*UnionNullDouble) AppendArray ¶
func (_ *UnionNullDouble) AppendArray() types.Field
func (*UnionNullDouble) Finalize ¶
func (_ *UnionNullDouble) Finalize()
func (*UnionNullDouble) MarshalJSON ¶
func (r *UnionNullDouble) MarshalJSON() ([]byte, error)
func (*UnionNullDouble) NullField ¶
func (_ *UnionNullDouble) NullField(i int)
func (*UnionNullDouble) SetBoolean ¶
func (_ *UnionNullDouble) SetBoolean(v bool)
func (*UnionNullDouble) SetBytes ¶
func (_ *UnionNullDouble) SetBytes(v []byte)
func (*UnionNullDouble) SetDefault ¶
func (_ *UnionNullDouble) SetDefault(i int)
func (*UnionNullDouble) SetDouble ¶
func (_ *UnionNullDouble) SetDouble(v float64)
func (*UnionNullDouble) SetFloat ¶
func (_ *UnionNullDouble) SetFloat(v float32)
func (*UnionNullDouble) SetInt ¶
func (_ *UnionNullDouble) SetInt(v int32)
func (*UnionNullDouble) SetLong ¶
func (r *UnionNullDouble) SetLong(v int64)
func (*UnionNullDouble) SetString ¶
func (_ *UnionNullDouble) SetString(v string)
func (*UnionNullDouble) UnmarshalJSON ¶
func (r *UnionNullDouble) UnmarshalJSON(data []byte) error
type UnionNullDoubleTypeEnum ¶
type UnionNullDoubleTypeEnum int
const (
UnionNullDoubleTypeEnumDouble UnionNullDoubleTypeEnum = 1
)
type UnionNullLong ¶
type UnionNullLong struct { Null *types.NullVal Long int64 UnionType UnionNullLongTypeEnum }
func NewUnionNullLong ¶
func NewUnionNullLong() *UnionNullLong
func (*UnionNullLong) AppendArray ¶
func (_ *UnionNullLong) AppendArray() types.Field
func (*UnionNullLong) Finalize ¶
func (_ *UnionNullLong) Finalize()
func (*UnionNullLong) MarshalJSON ¶
func (r *UnionNullLong) MarshalJSON() ([]byte, error)
func (*UnionNullLong) NullField ¶
func (_ *UnionNullLong) NullField(i int)
func (*UnionNullLong) SetBoolean ¶
func (_ *UnionNullLong) SetBoolean(v bool)
func (*UnionNullLong) SetBytes ¶
func (_ *UnionNullLong) SetBytes(v []byte)
func (*UnionNullLong) SetDefault ¶
func (_ *UnionNullLong) SetDefault(i int)
func (*UnionNullLong) SetDouble ¶
func (_ *UnionNullLong) SetDouble(v float64)
func (*UnionNullLong) SetFloat ¶
func (_ *UnionNullLong) SetFloat(v float32)
func (*UnionNullLong) SetInt ¶
func (_ *UnionNullLong) SetInt(v int32)
func (*UnionNullLong) SetLong ¶
func (r *UnionNullLong) SetLong(v int64)
func (*UnionNullLong) SetString ¶
func (_ *UnionNullLong) SetString(v string)
func (*UnionNullLong) UnmarshalJSON ¶
func (r *UnionNullLong) UnmarshalJSON(data []byte) error
type UnionNullLongTypeEnum ¶
type UnionNullLongTypeEnum int
const (
UnionNullLongTypeEnumLong UnionNullLongTypeEnum = 1
)
type UnionNullSomeDateObj_record ¶
type UnionNullSomeDateObj_record struct { Null *types.NullVal SomeDateObj_record *SomeDateObj_record UnionType UnionNullSomeDateObj_recordTypeEnum }
func NewUnionNullSomeDateObj_record ¶
func NewUnionNullSomeDateObj_record() *UnionNullSomeDateObj_record
func (*UnionNullSomeDateObj_record) AppendArray ¶
func (_ *UnionNullSomeDateObj_record) AppendArray() types.Field
func (*UnionNullSomeDateObj_record) AppendMap ¶
func (_ *UnionNullSomeDateObj_record) AppendMap(key string) types.Field
func (*UnionNullSomeDateObj_record) Finalize ¶
func (_ *UnionNullSomeDateObj_record) Finalize()
func (*UnionNullSomeDateObj_record) Get ¶
func (r *UnionNullSomeDateObj_record) Get(i int) types.Field
func (*UnionNullSomeDateObj_record) MarshalJSON ¶
func (r *UnionNullSomeDateObj_record) MarshalJSON() ([]byte, error)
func (*UnionNullSomeDateObj_record) NullField ¶
func (_ *UnionNullSomeDateObj_record) NullField(i int)
func (*UnionNullSomeDateObj_record) SetBoolean ¶
func (_ *UnionNullSomeDateObj_record) SetBoolean(v bool)
func (*UnionNullSomeDateObj_record) SetBytes ¶
func (_ *UnionNullSomeDateObj_record) SetBytes(v []byte)
func (*UnionNullSomeDateObj_record) SetDefault ¶
func (_ *UnionNullSomeDateObj_record) SetDefault(i int)
func (*UnionNullSomeDateObj_record) SetDouble ¶
func (_ *UnionNullSomeDateObj_record) SetDouble(v float64)
func (*UnionNullSomeDateObj_record) SetFloat ¶
func (_ *UnionNullSomeDateObj_record) SetFloat(v float32)
func (*UnionNullSomeDateObj_record) SetInt ¶
func (_ *UnionNullSomeDateObj_record) SetInt(v int32)
func (*UnionNullSomeDateObj_record) SetLong ¶
func (r *UnionNullSomeDateObj_record) SetLong(v int64)
func (*UnionNullSomeDateObj_record) SetString ¶
func (_ *UnionNullSomeDateObj_record) SetString(v string)
func (*UnionNullSomeDateObj_record) UnmarshalJSON ¶
func (r *UnionNullSomeDateObj_record) UnmarshalJSON(data []byte) error
type UnionNullSomeDateObj_recordTypeEnum ¶
type UnionNullSomeDateObj_recordTypeEnum int
const (
UnionNullSomeDateObj_recordTypeEnumSomeDateObj_record UnionNullSomeDateObj_recordTypeEnum = 1
)
Click to show internal directories.
Click to hide internal directories.