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

# Functions

BuildFullDecodeColMap builds a map that contains [columnID -> struct{*table.Column, expression.Expression}] from all columns.
NewRowDecoder returns a new RowDecoder.

# Structs

Column contains the info and generated expr of column.
RowDecoder decodes a byte slice into datums and eval the generated column value.