Struct datafusion_expr::logical_plan::Subquery
source · [−]pub struct Subquery {
pub subquery: Arc<LogicalPlan>,
}
Expand description
Subquery
Fields
subquery: Arc<LogicalPlan>
The subquery
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Subquery
impl Send for Subquery
impl Sync for Subquery
impl Unpin for Subquery
impl !UnwindSafe for Subquery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more