pub struct PseudoUuidHexGenerator {}
Trait Implementations§
Source§impl ArrayGenerator for PseudoUuidHexGenerator
impl ArrayGenerator for PseudoUuidHexGenerator
Source§fn generate(
&mut self,
length: RowCount,
rng: &mut Xoshiro256PlusPlus,
) -> Result<Arc<dyn Array>, ArrowError>
fn generate( &mut self, length: RowCount, rng: &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
Source§impl Default for PseudoUuidHexGenerator
impl Default for PseudoUuidHexGenerator
Source§fn default() -> PseudoUuidHexGenerator
fn default() -> PseudoUuidHexGenerator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PseudoUuidHexGenerator
impl RefUnwindSafe for PseudoUuidHexGenerator
impl Send for PseudoUuidHexGenerator
impl Sync for PseudoUuidHexGenerator
impl Unpin for PseudoUuidHexGenerator
impl UnwindSafe for PseudoUuidHexGenerator
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