avro

package
v6.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.

  • SOURCE:
  • avro_java_string.avsc

Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.

  • SOURCE:
  • avro_java_string.avsc

Index

Constants

View Source
const EventAvroCRC64Fingerprint = "\xe8\x8cH,\xc2W\x8a\xe0"

Variables

This section is empty.

Functions

func NewEventWriter

func NewEventWriter(writer io.Writer, codec container.Codec, recordsPerBlock int64) (*container.Writer, error)

Types

type Event

type Event struct {
	Id string
}

func DeserializeEvent

func DeserializeEvent(r io.Reader) (*Event, error)

func DeserializeEventFromSchema

func DeserializeEventFromSchema(r io.Reader, schema string) (*Event, error)

func NewEvent

func NewEvent() *Event

func (*Event) AppendArray

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

func (*Event) AppendMap

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

func (*Event) AvroCRC64Fingerprint added in v6.5.0

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

func (*Event) Finalize

func (_ *Event) Finalize()

func (*Event) Get

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

func (*Event) Schema

func (r *Event) Schema() string

func (*Event) SchemaName

func (r *Event) SchemaName() string

func (*Event) Serialize

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

func (*Event) SetBoolean

func (_ *Event) SetBoolean(v bool)

func (*Event) SetBytes

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

func (*Event) SetDefault

func (r *Event) SetDefault(i int)

func (*Event) SetDouble

func (_ *Event) SetDouble(v float64)

func (*Event) SetFloat

func (_ *Event) SetFloat(v float32)

func (*Event) SetInt

func (_ *Event) SetInt(v int32)

func (*Event) SetLong

func (_ *Event) SetLong(v int64)

func (*Event) SetString

func (_ *Event) SetString(v string)

func (*Event) SetUnionElem

func (_ *Event) SetUnionElem(v int64)

type EventReader

type EventReader struct {
	// contains filtered or unexported fields
}

container reader

func NewEventReader

func NewEventReader(r io.Reader) (*EventReader, error)

func (EventReader) Read

func (r EventReader) Read() (*Event, error)

Jump to

Keyboard shortcuts

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