repeats

package
v1.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2024 License: MIT Imports: 6 Imported by: 0

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

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 DeserializeRepeats

func DeserializeRepeats(r io.Reader) (*Repeats, error)

func DeserializeRepeatsFromSchema

func DeserializeRepeatsFromSchema(r io.Reader, schema string) (*Repeats, error)

func NewRepeats

func NewRepeats() *Repeats

func (*Repeats) AppendArray

func (_ *Repeats) AppendArray() types.Field

func (*Repeats) AppendMap

func (_ *Repeats) AppendMap(key string) types.Field

func (*Repeats) AvroCRC64Fingerprint

func (_ *Repeats) AvroCRC64Fingerprint() []byte

func (*Repeats) Finalize

func (_ *Repeats) Finalize()

func (*Repeats) Get

func (r *Repeats) Get(i int) types.Field

func (*Repeats) NullField

func (r *Repeats) NullField(i int)

func (*Repeats) Schema

func (r *Repeats) Schema() string

func (*Repeats) SchemaName

func (r *Repeats) SchemaName() string

func (*Repeats) Serialize

func (r *Repeats) Serialize(w io.Writer) error

func (*Repeats) SetBoolean

func (_ *Repeats) SetBoolean(v bool)

func (*Repeats) SetBytes

func (_ *Repeats) SetBytes(v []byte)

func (*Repeats) SetDefault

func (r *Repeats) SetDefault(i int)

func (*Repeats) SetDouble

func (_ *Repeats) SetDouble(v float64)

func (*Repeats) SetFloat

func (_ *Repeats) SetFloat(v float32)

func (*Repeats) SetInt

func (_ *Repeats) SetInt(v int32)

func (*Repeats) SetLong

func (_ *Repeats) SetLong(v int64)

func (*Repeats) SetString

func (_ *Repeats) SetString(v string)

func (*Repeats) SetUnionElem

func (_ *Repeats) SetUnionElem(v int64)

type SomeDateObj_record

type SomeDateObj_record struct {
	Type string `json:"type"`

	Visible bool `json:"visible"`
}

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) Get

func (r *SomeDateObj_record) Get(i int) types.Field

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) Serialize

func (r *SomeDateObj_record) Serialize(w io.Writer) error

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) AppendMap

func (_ *UnionNullDouble) AppendMap(key string) types.Field

func (*UnionNullDouble) Finalize

func (_ *UnionNullDouble) Finalize()

func (*UnionNullDouble) Get

func (r *UnionNullDouble) Get(i int) types.Field

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) AppendMap

func (_ *UnionNullLong) AppendMap(key string) types.Field

func (*UnionNullLong) Finalize

func (_ *UnionNullLong) Finalize()

func (*UnionNullLong) Get

func (r *UnionNullLong) Get(i int) types.Field

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 (*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
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL