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