vortex_array::builders

Trait ArrayBuilderExt

Source
pub trait ArrayBuilderExt: ArrayBuilder {
    // Provided method
    fn append_scalar(&mut self, scalar: &Scalar) -> VortexResult<()> { ... }
}

Provided Methods§

Source

fn append_scalar(&mut self, scalar: &Scalar) -> VortexResult<()>

A generic function to append a scalar to the builder.

Implementors§