RowBinary

package
v0.13.4 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: MIT Imports: 4 Imported by: 3

Documentation

Index

Constants

View Source
const NullUint32 = ^uint32(0)

Variables

This section is empty.

Functions

func DateToUint16

func DateToUint16(t time.Time) uint16

Types

type Encoder

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

func NewEncoder

func NewEncoder(w io.Writer) *Encoder

func (*Encoder) Bytes

func (w *Encoder) Bytes(value []byte) error

func (*Encoder) Date

func (w *Encoder) Date(value time.Time) error

func (*Encoder) Float64 added in v0.6.2

func (w *Encoder) Float64(value float64) error

func (*Encoder) Float64List added in v0.12.0

func (w *Encoder) Float64List(value []float64) error

func (*Encoder) NullableFloat64 added in v0.12.0

func (w *Encoder) NullableFloat64(value float64) error

func (*Encoder) NullableFloat64List added in v0.12.0

func (w *Encoder) NullableFloat64List(value []float64) error

func (*Encoder) NullableUint32 added in v0.12.0

func (w *Encoder) NullableUint32(value uint32) error

func (*Encoder) NullableUint32List added in v0.12.0

func (w *Encoder) NullableUint32List(value []uint32) error

func (*Encoder) String

func (w *Encoder) String(value string) error

func (*Encoder) StringList

func (w *Encoder) StringList(value []string) error

func (*Encoder) Uint16

func (w *Encoder) Uint16(value uint16) error

func (*Encoder) Uint32

func (w *Encoder) Uint32(value uint32) error

func (*Encoder) Uint32List added in v0.12.0

func (w *Encoder) Uint32List(value []uint32) error

func (*Encoder) Uint64 added in v0.6.2

func (w *Encoder) Uint64(value uint64) error

func (*Encoder) Uint8

func (w *Encoder) Uint8(value uint8) error

Jump to

Keyboard shortcuts

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