Trait vortex_array::builders::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§