Struct datafusion_expr::Subquery
source · pub struct Subquery {
pub subquery: Arc<LogicalPlan>,
}
Expand description
Subquery
Fields§
§subquery: Arc<LogicalPlan>
The subquery
Implementations§
Trait Implementations§
source§impl PartialEq<Subquery> for Subquery
impl PartialEq<Subquery> for Subquery
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§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more