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