package
2.0.0-alpha2+incompatible
Repository: https://github.com/erzel/vitess.git
Documentation: pkg.go.dev

# Functions

BuildNumeric builds a Numeric type that represents any whole number.
No description provided by the author
MakeFractional makes a Fractional value from a []byte without validation.
MakeNumeric makes a Numeric from a []byte without validation.
MakeString makes a String value from a []byte.

# Variables

No description provided by the author
No description provided by the author
SqlDecodeMap is the reverse of SqlEncodeMap.
SqlEncodeMap specifies how to escape binary data with '\'.

# Structs

Value can store any SQL value.

# Interfaces

BinWriter interface is used for encoding values.
InnerValue defines methods that need to be supported by all non-null value types.

# Type aliases

Fractional represents fractional types like float and decimal It's functionally equivalent to Numeric other than how it's constructed.
Numeric represents non-fractional SQL number.
String represents any SQL type that needs to be represented using quotes.