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