pub struct BatchOp { /* private fields */ }Expand description
Compiled batch operator
Implementations§
Source§impl BatchOp
impl BatchOp
Sourcepub fn from_config(config: &BatchConfig) -> Result<Self>
pub fn from_config(config: &BatchConfig) -> Result<Self>
Create a BatchOp from a BatchConfig
Trait Implementations§
Source§impl PipelineOperator for BatchOp
impl PipelineOperator for BatchOp
Auto Trait Implementations§
impl Freeze for BatchOp
impl !RefUnwindSafe for BatchOp
impl Send for BatchOp
impl Sync for BatchOp
impl Unpin for BatchOp
impl UnsafeUnpin for BatchOp
impl !UnwindSafe for BatchOp
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