Documentation ¶
Overview ¶
Code generated by Skaidus. DO NOT EDIT.
- SOURCE:
- schema.avsc
Code generated by Skaidus. DO NOT EDIT.
- SOURCE:
- schema.avsc
Index ¶
- Constants
- func NewStringRecWriter(writer io.Writer, codec container.Codec, recordsPerBlock int64) (*container.Writer, error)
- type StringRec
- func (_ StringRec) AppendArray() types.Field
- func (_ StringRec) AppendMap(key string) types.Field
- func (_ StringRec) AvroCRC64Fingerprint() []byte
- func (_ StringRec) Finalize()
- func (r *StringRec) Get(i int) types.Field
- func (_ StringRec) HintSize(int)
- func (r StringRec) MarshalJSON() ([]byte, error)
- func (r *StringRec) NullField(i int)
- func (r StringRec) Schema() string
- func (r StringRec) SchemaName() string
- func (r StringRec) Serialize(w io.Writer) error
- func (_ StringRec) SetBoolean(v bool)
- func (_ StringRec) SetBytes(v []byte)
- func (r *StringRec) SetDefault(i int)
- func (_ StringRec) SetDouble(v float64)
- func (_ StringRec) SetFloat(v float32)
- func (_ StringRec) SetInt(v int32)
- func (_ StringRec) SetLong(v int64)
- func (_ StringRec) SetString(v string)
- func (_ StringRec) SetUnionElem(v int64)
- func (r *StringRec) UnmarshalJSON(data []byte) error
- type StringRecReader
Constants ¶
View Source
const StringRecAvroCRC64Fingerprint = "w\x836\xab\x9d\xe9\x00\x15"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringRec ¶
type StringRec struct {
ProductName string `json:"productName"`
}
func NewStringRec ¶
func NewStringRec() StringRec
func (StringRec) AppendArray ¶
func (StringRec) AvroCRC64Fingerprint ¶
func (StringRec) MarshalJSON ¶
func (StringRec) SchemaName ¶
func (StringRec) SetBoolean ¶
func (*StringRec) SetDefault ¶
func (StringRec) SetUnionElem ¶
func (*StringRec) UnmarshalJSON ¶
type StringRecReader ¶
type StringRecReader struct {
// contains filtered or unexported fields
}
container reader
func NewStringRecReader ¶
func NewStringRecReader(r io.Reader) (*StringRecReader, error)
func (StringRecReader) Read ¶
func (r StringRecReader) Read() (StringRec, error)
Click to show internal directories.
Click to hide internal directories.