Struct datafusion_expr::Subquery
source · pub struct Subquery {
pub subquery: Arc<LogicalPlan>,
}
Expand description
Subquery
Fields
subquery: Arc<LogicalPlan>
The subquery
Implementations
sourceimpl Subquery
impl Subquery
pub fn new(plan: LogicalPlan) -> Self
pub fn try_from_expr(plan: &Expr) -> Result<&Subquery>
Trait Implementations
impl Eq for Subquery
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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