delta

package
v0.0.0-...-cf24451 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryPackedEncoding

type BinaryPackedEncoding struct {
	encoding.NotSupported
}

func (*BinaryPackedEncoding) DecodeInt32

func (e *BinaryPackedEncoding) DecodeInt32(dst []int32, src []byte) ([]int32, error)

func (*BinaryPackedEncoding) DecodeInt64

func (e *BinaryPackedEncoding) DecodeInt64(dst []int64, src []byte) ([]int64, error)

func (*BinaryPackedEncoding) EncodeInt32

func (e *BinaryPackedEncoding) EncodeInt32(dst []byte, src []int32) ([]byte, error)

func (*BinaryPackedEncoding) EncodeInt64

func (e *BinaryPackedEncoding) EncodeInt64(dst []byte, src []int64) ([]byte, error)

func (*BinaryPackedEncoding) Encoding

func (e *BinaryPackedEncoding) Encoding() format.Encoding

func (*BinaryPackedEncoding) String

func (e *BinaryPackedEncoding) String() string

type ByteArrayEncoding

type ByteArrayEncoding struct {
	encoding.NotSupported
}

func (*ByteArrayEncoding) DecodeByteArray

func (e *ByteArrayEncoding) DecodeByteArray(dst []byte, src []byte, offsets []uint32) ([]byte, []uint32, error)

func (*ByteArrayEncoding) DecodeFixedLenByteArray

func (e *ByteArrayEncoding) DecodeFixedLenByteArray(dst []byte, src []byte, size int) ([]byte, error)

func (*ByteArrayEncoding) EncodeByteArray

func (e *ByteArrayEncoding) EncodeByteArray(dst []byte, src []byte, offsets []uint32) ([]byte, error)

func (*ByteArrayEncoding) EncodeFixedLenByteArray

func (e *ByteArrayEncoding) EncodeFixedLenByteArray(dst []byte, src []byte, size int) ([]byte, error)

func (*ByteArrayEncoding) Encoding

func (e *ByteArrayEncoding) Encoding() format.Encoding

func (*ByteArrayEncoding) EstimateDecodeByteArraySize

func (e *ByteArrayEncoding) EstimateDecodeByteArraySize(src []byte) int

func (*ByteArrayEncoding) String

func (e *ByteArrayEncoding) String() string

type LengthByteArrayEncoding

type LengthByteArrayEncoding struct {
	encoding.NotSupported
}

func (*LengthByteArrayEncoding) CanDecodeInPlace

func (e *LengthByteArrayEncoding) CanDecodeInPlace() bool

func (*LengthByteArrayEncoding) DecodeByteArray

func (e *LengthByteArrayEncoding) DecodeByteArray(dst []byte, src []byte, offsets []uint32) ([]byte, []uint32, error)

func (*LengthByteArrayEncoding) EncodeByteArray

func (e *LengthByteArrayEncoding) EncodeByteArray(dst []byte, src []byte, offsets []uint32) ([]byte, error)

func (*LengthByteArrayEncoding) Encoding

func (e *LengthByteArrayEncoding) Encoding() format.Encoding

func (*LengthByteArrayEncoding) EstimateDecodeByteArraySize

func (e *LengthByteArrayEncoding) EstimateDecodeByteArraySize(src []byte) int

func (*LengthByteArrayEncoding) String

func (e *LengthByteArrayEncoding) String() string

Jump to

Keyboard shortcuts

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