pub struct CycleBinaryGenerator<T: ByteArrayType> { /* private fields */ }
Implementations§
Source§impl<T: ByteArrayType> CycleBinaryGenerator<T>
impl<T: ByteArrayType> CycleBinaryGenerator<T>
pub fn from_strings(values: &[&str]) -> Self
Trait Implementations§
Source§impl<T: ByteArrayType> ArrayGenerator for CycleBinaryGenerator<T>
impl<T: ByteArrayType> ArrayGenerator for CycleBinaryGenerator<T>
Source§fn generate(
&mut self,
length: RowCount,
_: &mut Xoshiro256PlusPlus,
) -> Result<Arc<dyn Array>, ArrowError>
fn generate( &mut self, length: RowCount, _: &mut Xoshiro256PlusPlus, ) -> Result<Arc<dyn Array>, ArrowError>
Generate an array of the given length Read more
Source§fn data_type(&self) -> &DataType
fn data_type(&self) -> &DataType
Get the data type of the array that this generator produces Read more
Auto Trait Implementations§
impl<T> Freeze for CycleBinaryGenerator<T>
impl<T> RefUnwindSafe for CycleBinaryGenerator<T>where
T: RefUnwindSafe,
impl<T> Send for CycleBinaryGenerator<T>
impl<T> Sync for CycleBinaryGenerator<T>
impl<T> Unpin for CycleBinaryGenerator<T>where
T: Unpin,
impl<T> UnwindSafe for CycleBinaryGenerator<T>where
T: UnwindSafe,
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