package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

ColVecToDatum converts a vector of coldata-represented values in col into tree.Datum representation *without* performing a deselection step.
ColVecToDatumAndDeselect converts a vector of coldata-represented values in col into tree.Datum representation while performing a deselection step.
GetDatumToPhysicalFn returns a function for converting a datum of the given ColumnType to the corresponding Go type.
NewAllVecToDatumConverter is like NewVecToDatumConverter except all of the vectors in the batch will be converted.
NewVecToDatumConverter creates a new VecToDatumConverter.

# Structs

VecToDatumConverter is a helper struct that converts vectors from batches to their datum representations.