pub struct UnionOp {
pub inputs: Vec<LogicalOperator>,
}Expand description
Union of multiple result sets.
Fields§
§inputs: Vec<LogicalOperator>Inputs to union together.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnionOp
impl RefUnwindSafe for UnionOp
impl Send for UnionOp
impl Sync for UnionOp
impl Unpin for UnionOp
impl UnwindSafe for UnionOp
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