Skip to main content

builder_with_capacity_in

Function builder_with_capacity_in 

Source
pub fn builder_with_capacity_in(
    allocator: HostAllocatorRef,
    dtype: &DType,
    capacity: usize,
) -> Box<dyn ArrayBuilder>
Expand description

Construct a new canonical builder for the given DType using a host crate::memory::HostAllocator.