Trait vortex_array::builders::ArrayBuilderExt
source · pub trait ArrayBuilderExt: ArrayBuilder {
// Provided method
fn append_scalar(&mut self, scalar: &Scalar) -> VortexResult<()> { ... }
}
Provided Methods§
sourcefn append_scalar(&mut self, scalar: &Scalar) -> VortexResult<()>
fn append_scalar(&mut self, scalar: &Scalar) -> VortexResult<()>
A generic function to append a scalar to the builder.