pub struct ArrayGeneratorBuilder { /* private fields */ }
Expand description
Factory for creating a single random array
Implementations§
Source§impl ArrayGeneratorBuilder
impl ArrayGeneratorBuilder
Sourcepub fn into_array_rows(
self,
length: RowCount,
) -> Result<Arc<dyn Array>, ArrowError>
pub fn into_array_rows( self, length: RowCount, ) -> Result<Arc<dyn Array>, ArrowError>
Generate a single array with the given length
Auto Trait Implementations§
impl Freeze for ArrayGeneratorBuilder
impl !RefUnwindSafe for ArrayGeneratorBuilder
impl Send for ArrayGeneratorBuilder
impl Sync for ArrayGeneratorBuilder
impl Unpin for ArrayGeneratorBuilder
impl !UnwindSafe for ArrayGeneratorBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more