Documentation ¶
Overview ¶
Code generated by Skaidus. DO NOT EDIT.
- SOURCE:
- schema.avsc
Code generated by Skaidus. DO NOT EDIT.
- SOURCE:
- schema.avsc
Code generated by Skaidus. DO NOT EDIT.
- SOURCE:
- schema.avsc
Code generated by Skaidus. DO NOT EDIT.
- SOURCE:
- schema.avsc
Index ¶
- Constants
- func NewPrimitiveUnionTestRecordWriter(writer io.Writer, codec container.Codec, recordsPerBlock int64) (*container.Writer, error)
- type PrimitiveUnionTestRecord
- func (_ PrimitiveUnionTestRecord) AppendArray() types.Field
- func (_ PrimitiveUnionTestRecord) AppendMap(key string) types.Field
- func (_ PrimitiveUnionTestRecord) AvroCRC64Fingerprint() []byte
- func (_ PrimitiveUnionTestRecord) Finalize()
- func (r *PrimitiveUnionTestRecord) Get(i int) types.Field
- func (_ PrimitiveUnionTestRecord) HintSize(int)
- func (r PrimitiveUnionTestRecord) MarshalJSON() ([]byte, error)
- func (r *PrimitiveUnionTestRecord) NullField(i int)
- func (r PrimitiveUnionTestRecord) Schema() string
- func (r PrimitiveUnionTestRecord) SchemaName() string
- func (r PrimitiveUnionTestRecord) Serialize(w io.Writer) error
- func (_ PrimitiveUnionTestRecord) SetBoolean(v bool)
- func (_ PrimitiveUnionTestRecord) SetBytes(v []byte)
- func (r *PrimitiveUnionTestRecord) SetDefault(i int)
- func (_ PrimitiveUnionTestRecord) SetDouble(v float64)
- func (_ PrimitiveUnionTestRecord) SetFloat(v float32)
- func (_ PrimitiveUnionTestRecord) SetInt(v int32)
- func (_ PrimitiveUnionTestRecord) SetLong(v int64)
- func (_ PrimitiveUnionTestRecord) SetString(v string)
- func (_ PrimitiveUnionTestRecord) SetUnionElem(v int64)
- func (r *PrimitiveUnionTestRecord) UnmarshalJSON(data []byte) error
- type PrimitiveUnionTestRecordReader
- type UnionNullStringLongIntFloatDoubleBool
- func DeserializeUnionNullStringLongIntFloatDoubleBool(r io.Reader) (*UnionNullStringLongIntFloatDoubleBool, error)
- func DeserializeUnionNullStringLongIntFloatDoubleBoolFromSchema(r io.Reader, schema string) (*UnionNullStringLongIntFloatDoubleBool, error)
- func NewUnionNullStringLongIntFloatDoubleBool() *UnionNullStringLongIntFloatDoubleBool
- func (_ *UnionNullStringLongIntFloatDoubleBool) AppendArray() types.Field
- func (_ *UnionNullStringLongIntFloatDoubleBool) AppendMap(key string) types.Field
- func (_ *UnionNullStringLongIntFloatDoubleBool) Finalize()
- func (r *UnionNullStringLongIntFloatDoubleBool) Get(i int) types.Field
- func (_ *UnionNullStringLongIntFloatDoubleBool) HintSize(i int)
- func (r *UnionNullStringLongIntFloatDoubleBool) MarshalJSON() ([]byte, error)
- func (_ *UnionNullStringLongIntFloatDoubleBool) NullField(i int)
- func (r *UnionNullStringLongIntFloatDoubleBool) Schema() string
- func (r *UnionNullStringLongIntFloatDoubleBool) Serialize(w io.Writer) error
- func (_ *UnionNullStringLongIntFloatDoubleBool) SetBoolean(v bool)
- func (_ *UnionNullStringLongIntFloatDoubleBool) SetBytes(v []byte)
- func (_ *UnionNullStringLongIntFloatDoubleBool) SetDefault(i int)
- func (_ *UnionNullStringLongIntFloatDoubleBool) SetDouble(v float64)
- func (_ *UnionNullStringLongIntFloatDoubleBool) SetFloat(v float32)
- func (_ *UnionNullStringLongIntFloatDoubleBool) SetInt(v int32)
- func (r *UnionNullStringLongIntFloatDoubleBool) SetLong(v int64)
- func (_ *UnionNullStringLongIntFloatDoubleBool) SetString(v string)
- func (r *UnionNullStringLongIntFloatDoubleBool) UnmarshalJSON(data []byte) error
- type UnionNullStringLongIntFloatDoubleBoolTypeEnum
- type UnionStringLongIntFloatDoubleNullBool
- func DeserializeUnionStringLongIntFloatDoubleNullBool(r io.Reader) (*UnionStringLongIntFloatDoubleNullBool, error)
- func DeserializeUnionStringLongIntFloatDoubleNullBoolFromSchema(r io.Reader, schema string) (*UnionStringLongIntFloatDoubleNullBool, error)
- func NewUnionStringLongIntFloatDoubleNullBool() *UnionStringLongIntFloatDoubleNullBool
- func (_ *UnionStringLongIntFloatDoubleNullBool) AppendArray() types.Field
- func (_ *UnionStringLongIntFloatDoubleNullBool) AppendMap(key string) types.Field
- func (_ *UnionStringLongIntFloatDoubleNullBool) Finalize()
- func (r *UnionStringLongIntFloatDoubleNullBool) Get(i int) types.Field
- func (_ *UnionStringLongIntFloatDoubleNullBool) HintSize(i int)
- func (r *UnionStringLongIntFloatDoubleNullBool) MarshalJSON() ([]byte, error)
- func (_ *UnionStringLongIntFloatDoubleNullBool) NullField(i int)
- func (r *UnionStringLongIntFloatDoubleNullBool) Schema() string
- func (r *UnionStringLongIntFloatDoubleNullBool) Serialize(w io.Writer) error
- func (_ *UnionStringLongIntFloatDoubleNullBool) SetBoolean(v bool)
- func (_ *UnionStringLongIntFloatDoubleNullBool) SetBytes(v []byte)
- func (_ *UnionStringLongIntFloatDoubleNullBool) SetDefault(i int)
- func (_ *UnionStringLongIntFloatDoubleNullBool) SetDouble(v float64)
- func (_ *UnionStringLongIntFloatDoubleNullBool) SetFloat(v float32)
- func (_ *UnionStringLongIntFloatDoubleNullBool) SetInt(v int32)
- func (r *UnionStringLongIntFloatDoubleNullBool) SetLong(v int64)
- func (_ *UnionStringLongIntFloatDoubleNullBool) SetString(v string)
- func (r *UnionStringLongIntFloatDoubleNullBool) UnmarshalJSON(data []byte) error
- type UnionStringLongIntFloatDoubleNullBoolTypeEnum
Constants ¶
View Source
const PrimitiveUnionTestRecordAvroCRC64Fingerprint = "k\xbb\x01A\xbdb\b\xd4"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrimitiveUnionTestRecord ¶
type PrimitiveUnionTestRecord struct {
UnionField *UnionNullStringLongIntFloatDoubleBool `json:"UnionField"`
}
func DeserializePrimitiveUnionTestRecord ¶
func DeserializePrimitiveUnionTestRecord(r io.Reader) (PrimitiveUnionTestRecord, error)
func DeserializePrimitiveUnionTestRecordFromSchema ¶
func DeserializePrimitiveUnionTestRecordFromSchema(r io.Reader, schema string) (PrimitiveUnionTestRecord, error)
func NewPrimitiveUnionTestRecord ¶
func NewPrimitiveUnionTestRecord() PrimitiveUnionTestRecord
func (PrimitiveUnionTestRecord) AppendArray ¶
func (_ PrimitiveUnionTestRecord) AppendArray() types.Field
func (PrimitiveUnionTestRecord) AppendMap ¶
func (_ PrimitiveUnionTestRecord) AppendMap(key string) types.Field
func (PrimitiveUnionTestRecord) AvroCRC64Fingerprint ¶
func (_ PrimitiveUnionTestRecord) AvroCRC64Fingerprint() []byte
func (PrimitiveUnionTestRecord) Finalize ¶
func (_ PrimitiveUnionTestRecord) Finalize()
func (PrimitiveUnionTestRecord) HintSize ¶
func (_ PrimitiveUnionTestRecord) HintSize(int)
func (PrimitiveUnionTestRecord) MarshalJSON ¶
func (r PrimitiveUnionTestRecord) MarshalJSON() ([]byte, error)
func (*PrimitiveUnionTestRecord) NullField ¶
func (r *PrimitiveUnionTestRecord) NullField(i int)
func (PrimitiveUnionTestRecord) Schema ¶
func (r PrimitiveUnionTestRecord) Schema() string
func (PrimitiveUnionTestRecord) SchemaName ¶
func (r PrimitiveUnionTestRecord) SchemaName() string
func (PrimitiveUnionTestRecord) Serialize ¶
func (r PrimitiveUnionTestRecord) Serialize(w io.Writer) error
func (PrimitiveUnionTestRecord) SetBoolean ¶
func (_ PrimitiveUnionTestRecord) SetBoolean(v bool)
func (PrimitiveUnionTestRecord) SetBytes ¶
func (_ PrimitiveUnionTestRecord) SetBytes(v []byte)
func (*PrimitiveUnionTestRecord) SetDefault ¶
func (r *PrimitiveUnionTestRecord) SetDefault(i int)
func (PrimitiveUnionTestRecord) SetDouble ¶
func (_ PrimitiveUnionTestRecord) SetDouble(v float64)
func (PrimitiveUnionTestRecord) SetFloat ¶
func (_ PrimitiveUnionTestRecord) SetFloat(v float32)
func (PrimitiveUnionTestRecord) SetInt ¶
func (_ PrimitiveUnionTestRecord) SetInt(v int32)
func (PrimitiveUnionTestRecord) SetLong ¶
func (_ PrimitiveUnionTestRecord) SetLong(v int64)
func (PrimitiveUnionTestRecord) SetString ¶
func (_ PrimitiveUnionTestRecord) SetString(v string)
func (PrimitiveUnionTestRecord) SetUnionElem ¶
func (_ PrimitiveUnionTestRecord) SetUnionElem(v int64)
func (*PrimitiveUnionTestRecord) UnmarshalJSON ¶
func (r *PrimitiveUnionTestRecord) UnmarshalJSON(data []byte) error
type PrimitiveUnionTestRecordReader ¶
type PrimitiveUnionTestRecordReader struct {
// contains filtered or unexported fields
}
container reader
func NewPrimitiveUnionTestRecordReader ¶
func NewPrimitiveUnionTestRecordReader(r io.Reader) (*PrimitiveUnionTestRecordReader, error)
func (PrimitiveUnionTestRecordReader) Read ¶
func (r PrimitiveUnionTestRecordReader) Read() (PrimitiveUnionTestRecord, error)
type UnionNullStringLongIntFloatDoubleBool ¶
type UnionNullStringLongIntFloatDoubleBool struct { Null *types.NullVal String string Long int64 Int int32 Float float32 Double float64 Bool bool UnionType UnionNullStringLongIntFloatDoubleBoolTypeEnum }
func DeserializeUnionNullStringLongIntFloatDoubleBool ¶
func DeserializeUnionNullStringLongIntFloatDoubleBool(r io.Reader) (*UnionNullStringLongIntFloatDoubleBool, error)
func DeserializeUnionNullStringLongIntFloatDoubleBoolFromSchema ¶
func DeserializeUnionNullStringLongIntFloatDoubleBoolFromSchema(r io.Reader, schema string) (*UnionNullStringLongIntFloatDoubleBool, error)
func NewUnionNullStringLongIntFloatDoubleBool ¶
func NewUnionNullStringLongIntFloatDoubleBool() *UnionNullStringLongIntFloatDoubleBool
func (*UnionNullStringLongIntFloatDoubleBool) AppendArray ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) AppendArray() types.Field
func (*UnionNullStringLongIntFloatDoubleBool) AppendMap ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) AppendMap(key string) types.Field
func (*UnionNullStringLongIntFloatDoubleBool) Finalize ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) Finalize()
func (*UnionNullStringLongIntFloatDoubleBool) Get ¶
func (r *UnionNullStringLongIntFloatDoubleBool) Get(i int) types.Field
func (*UnionNullStringLongIntFloatDoubleBool) HintSize ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) HintSize(i int)
func (*UnionNullStringLongIntFloatDoubleBool) MarshalJSON ¶
func (r *UnionNullStringLongIntFloatDoubleBool) MarshalJSON() ([]byte, error)
func (*UnionNullStringLongIntFloatDoubleBool) NullField ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) NullField(i int)
func (*UnionNullStringLongIntFloatDoubleBool) Schema ¶
func (r *UnionNullStringLongIntFloatDoubleBool) Schema() string
func (*UnionNullStringLongIntFloatDoubleBool) Serialize ¶
func (r *UnionNullStringLongIntFloatDoubleBool) Serialize(w io.Writer) error
func (*UnionNullStringLongIntFloatDoubleBool) SetBoolean ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) SetBoolean(v bool)
func (*UnionNullStringLongIntFloatDoubleBool) SetBytes ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) SetBytes(v []byte)
func (*UnionNullStringLongIntFloatDoubleBool) SetDefault ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) SetDefault(i int)
func (*UnionNullStringLongIntFloatDoubleBool) SetDouble ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) SetDouble(v float64)
func (*UnionNullStringLongIntFloatDoubleBool) SetFloat ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) SetFloat(v float32)
func (*UnionNullStringLongIntFloatDoubleBool) SetInt ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) SetInt(v int32)
func (*UnionNullStringLongIntFloatDoubleBool) SetLong ¶
func (r *UnionNullStringLongIntFloatDoubleBool) SetLong(v int64)
func (*UnionNullStringLongIntFloatDoubleBool) SetString ¶
func (_ *UnionNullStringLongIntFloatDoubleBool) SetString(v string)
func (*UnionNullStringLongIntFloatDoubleBool) UnmarshalJSON ¶
func (r *UnionNullStringLongIntFloatDoubleBool) UnmarshalJSON(data []byte) error
type UnionNullStringLongIntFloatDoubleBoolTypeEnum ¶
type UnionNullStringLongIntFloatDoubleBoolTypeEnum int
const ( UnionNullStringLongIntFloatDoubleBoolTypeEnumString UnionNullStringLongIntFloatDoubleBoolTypeEnum = 1 UnionNullStringLongIntFloatDoubleBoolTypeEnumLong UnionNullStringLongIntFloatDoubleBoolTypeEnum = 2 UnionNullStringLongIntFloatDoubleBoolTypeEnumInt UnionNullStringLongIntFloatDoubleBoolTypeEnum = 3 UnionNullStringLongIntFloatDoubleBoolTypeEnumFloat UnionNullStringLongIntFloatDoubleBoolTypeEnum = 4 UnionNullStringLongIntFloatDoubleBoolTypeEnumDouble UnionNullStringLongIntFloatDoubleBoolTypeEnum = 5 UnionNullStringLongIntFloatDoubleBoolTypeEnumBool UnionNullStringLongIntFloatDoubleBoolTypeEnum = 6 )
type UnionStringLongIntFloatDoubleNullBool ¶
type UnionStringLongIntFloatDoubleNullBool struct { String string Long int64 Int int32 Float float32 Double float64 Null *types.NullVal Bool bool UnionType UnionStringLongIntFloatDoubleNullBoolTypeEnum }
func DeserializeUnionStringLongIntFloatDoubleNullBool ¶
func DeserializeUnionStringLongIntFloatDoubleNullBool(r io.Reader) (*UnionStringLongIntFloatDoubleNullBool, error)
func DeserializeUnionStringLongIntFloatDoubleNullBoolFromSchema ¶
func DeserializeUnionStringLongIntFloatDoubleNullBoolFromSchema(r io.Reader, schema string) (*UnionStringLongIntFloatDoubleNullBool, error)
func NewUnionStringLongIntFloatDoubleNullBool ¶
func NewUnionStringLongIntFloatDoubleNullBool() *UnionStringLongIntFloatDoubleNullBool
func (*UnionStringLongIntFloatDoubleNullBool) AppendArray ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) AppendArray() types.Field
func (*UnionStringLongIntFloatDoubleNullBool) AppendMap ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) AppendMap(key string) types.Field
func (*UnionStringLongIntFloatDoubleNullBool) Finalize ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) Finalize()
func (*UnionStringLongIntFloatDoubleNullBool) Get ¶
func (r *UnionStringLongIntFloatDoubleNullBool) Get(i int) types.Field
func (*UnionStringLongIntFloatDoubleNullBool) HintSize ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) HintSize(i int)
func (*UnionStringLongIntFloatDoubleNullBool) MarshalJSON ¶
func (r *UnionStringLongIntFloatDoubleNullBool) MarshalJSON() ([]byte, error)
func (*UnionStringLongIntFloatDoubleNullBool) NullField ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) NullField(i int)
func (*UnionStringLongIntFloatDoubleNullBool) Schema ¶
func (r *UnionStringLongIntFloatDoubleNullBool) Schema() string
func (*UnionStringLongIntFloatDoubleNullBool) Serialize ¶
func (r *UnionStringLongIntFloatDoubleNullBool) Serialize(w io.Writer) error
func (*UnionStringLongIntFloatDoubleNullBool) SetBoolean ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) SetBoolean(v bool)
func (*UnionStringLongIntFloatDoubleNullBool) SetBytes ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) SetBytes(v []byte)
func (*UnionStringLongIntFloatDoubleNullBool) SetDefault ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) SetDefault(i int)
func (*UnionStringLongIntFloatDoubleNullBool) SetDouble ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) SetDouble(v float64)
func (*UnionStringLongIntFloatDoubleNullBool) SetFloat ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) SetFloat(v float32)
func (*UnionStringLongIntFloatDoubleNullBool) SetInt ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) SetInt(v int32)
func (*UnionStringLongIntFloatDoubleNullBool) SetLong ¶
func (r *UnionStringLongIntFloatDoubleNullBool) SetLong(v int64)
func (*UnionStringLongIntFloatDoubleNullBool) SetString ¶
func (_ *UnionStringLongIntFloatDoubleNullBool) SetString(v string)
func (*UnionStringLongIntFloatDoubleNullBool) UnmarshalJSON ¶
func (r *UnionStringLongIntFloatDoubleNullBool) UnmarshalJSON(data []byte) error
type UnionStringLongIntFloatDoubleNullBoolTypeEnum ¶
type UnionStringLongIntFloatDoubleNullBoolTypeEnum int
const ( UnionStringLongIntFloatDoubleNullBoolTypeEnumString UnionStringLongIntFloatDoubleNullBoolTypeEnum = 0 UnionStringLongIntFloatDoubleNullBoolTypeEnumLong UnionStringLongIntFloatDoubleNullBoolTypeEnum = 1 UnionStringLongIntFloatDoubleNullBoolTypeEnumInt UnionStringLongIntFloatDoubleNullBoolTypeEnum = 2 UnionStringLongIntFloatDoubleNullBoolTypeEnumFloat UnionStringLongIntFloatDoubleNullBoolTypeEnum = 3 UnionStringLongIntFloatDoubleNullBoolTypeEnumDouble UnionStringLongIntFloatDoubleNullBoolTypeEnum = 4 UnionStringLongIntFloatDoubleNullBoolTypeEnumBool UnionStringLongIntFloatDoubleNullBoolTypeEnum = 6 )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.