package
19.2.11-5-g2ecba8f+incompatible
Repository: https://github.com/hydgladiator/cockroachdb.git
Documentation: pkg.go.dev

# Functions

FromGoType returns the type for a Go value, if applicable.

# Constants

Bool is a column of type bool.
Bytes is a column of type []byte.
Decimal is a column of type apd.Decimal.
Float64 is a column of type float64.
Int16 is a column of type int16.
Int32 is a column of type int32.
Int64 is a column of type int64.
Timestamp is a column of type time.Time.
Unhandled is a temporary value that represents an unhandled type.

# Variables

AllTypes is slice of all exec types.
CompatibleTypes maps a type to a slice of types that can be used with that type in a binary expression.
FloatTypes is a slice containing all float types.
IntTypes is a slice containing all int types.
NumberTypes is a slice containing all numeric types.

# Type aliases

T represents an exec physical type - a bytes representation of a particular column type.