dbkit_engine::types
pub struct Text;
impl ValueInfo for Text
type Store = RawData
The native Rust type backing the column vector
const ENUM: Type = Type::TEXT
Symbolic type
const DEEP_COPY: bool = true
Do this value require deep copying of data (stored in the `Column' arena)
fn size_of(&self) -> usize