package
19.1.0-rc.1+incompatible
Repository: https://github.com/dchenk/cockroach.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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.
Float32 is a column of type float32.
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.
Int8 is a column of type int8.
Unhandled is a temporary value that represents an unhandled type.

# Variables

AllTypes is slice of all exec types.

# Type aliases

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