Module tidb_query_datatype::codec::batch[][src]

Modules

lazy_column
lazy_column_vec

Structs

LazyBatchColumnVec

Stores multiple LazyBatchColumns. Each column has an equal length.

Enums

LazyBatchColumn

A container stores an array of datums, which can be either raw (not decoded), or decoded into the VectorValue type.