dbkit_engine::types
pub struct Blob;
impl ValueInfo for Blob
type Store = RawData
The native Rust type backing the column vector
const ENUM: Type = Type::BLOB
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