Versions in this module Expand all Collapse all v1 v1.0.1 Jul 31, 2024 Changes in this version + func ReadBool(val []byte) bool + func ReadBytes(val []byte, coll Collation) []byte + func ReadFloat32(val []byte) float32 + func ReadFloat64(val []byte) float64 + func ReadInt16(val []byte) int16 + func ReadInt24(val []byte) (i int32) + func ReadInt32(val []byte) int32 + func ReadInt48(val []byte) (i int64) + func ReadInt64(val []byte) int64 + func ReadInt8(val []byte) int8 + func ReadString(val []byte, coll Collation) string + func ReadUint16(val []byte) uint16 + func ReadUint24(val []byte) (u uint32) + func ReadUint32(val []byte) uint32 + func ReadUint48(val []byte) (u uint64) + func ReadUint64(val []byte) uint64 + func ReadUint8(val []byte) uint8 + func WriteBytes(buf, val []byte, coll Collation) []byte + func WriteFloat32(buf []byte, val float32) []byte + func WriteFloat64(buf []byte, val float64) []byte + func WriteInt16(buf []byte, val int16) []byte + func WriteInt24(buf []byte, val int32) []byte + func WriteInt32(buf []byte, val int32) []byte + func WriteInt64(buf []byte, val int64) []byte + func WriteInt8(buf []byte, val int8) []byte + func WriteString(buf []byte, val string, coll Collation) []byte + func WriteUint16(buf []byte, val uint16) []byte + func WriteUint24(buf []byte, val uint32) []byte + func WriteUint32(buf []byte, val uint32) []byte + func WriteUint48(buf []byte, u uint64) []byte + func WriteUint64(buf []byte, val uint64) []byte + func WriteUint8(buf []byte, val uint8) []byte + type ByteSize uint16 + const Float32Size + const Float64Size + const Int16Size + const Int24Size + const Int32Size + const Int48Size + const Int64Size + const Int8Size + const Uint16Size + const Uint24Size + const Uint32Size + const Uint48Size + const Uint64Size + const Uint8Size + type Collation uint16 + const ByteOrderCollation + type Encoding uint8 + const BytesEnc + const Float32Enc + const Float64Enc + const Int16Enc + const Int24Enc + const Int32Enc + const Int64Enc + const Int8Enc + const NullEnc + const StringEnc + const Uint16Enc + const Uint24Enc + const Uint32Enc + const Uint64Enc + const Uint8Enc + type Type struct + Coll Collation + Enc Encoding + Nullable bool