pub struct Out {
pub batches: Vec<RecordBatch>,
pub watermark: Option<Option<i64>>,
}Expand description
An operator’s outputs for one input event: batches to route, and its own watermark if it advanced. The task routes them.
Fields§
§batches: Vec<RecordBatch>§watermark: Option<Option<i64>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Out
impl !UnwindSafe for Out
impl Freeze for Out
impl Send for Out
impl Sync for Out
impl Unpin for Out
impl UnsafeUnpin for Out
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