package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Variables

ErrUnknownFieldType is returned when datatype of the binary param is unknown.

# Structs

BinaryParam stores the information decoded from the binary protocol It can be further parsed into `expression.Expression` through the `ExecArgs` function in this package.