pub struct CsvHashTaskSpawnerRayon { /* private fields */ }
Implementations§
source§impl CsvHashTaskSpawnerRayon
impl CsvHashTaskSpawnerRayon
pub fn with_thread_pool_arc(thread_pool: Arc<ThreadPool>) -> Self
pub fn with_thread_pool_owned(thread_pool: ThreadPool) -> Self
Trait Implementations§
source§impl CsvHashTaskSpawner for CsvHashTaskSpawnerRayon
impl CsvHashTaskSpawner for CsvHashTaskSpawnerRayon
fn spawn_hashing_tasks_and_send_result<R: Read + Send + 'static>( self, csv_hash_task_sender_left: CsvHashTaskSenderWithRecycleReceiver<R>, csv_hash_task_sender_right: CsvHashTaskSenderWithRecycleReceiver<R>, csv_hash_receiver_comparer: CsvHashReceiverStreamComparer, primary_key_columns: HashSet<usize> ) -> (Self, Receiver<DiffByteRecordsIterator>)
fn parse_hash_and_send_for_compare<R, P>(
csv_hash_task_sender: CsvHashTaskSenderWithRecycleReceiver<R>,
primary_key_columns: HashSet<usize>
)where
R: Read + Send,
P: CsvParseResult<CsvLeftRightParseResult<CsvByteRecordWithHash>, CsvByteRecordWithHash>,
Auto Trait Implementations§
impl !RefUnwindSafe for CsvHashTaskSpawnerRayon
impl Send for CsvHashTaskSpawnerRayon
impl Sync for CsvHashTaskSpawnerRayon
impl Unpin for CsvHashTaskSpawnerRayon
impl !UnwindSafe for CsvHashTaskSpawnerRayon
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