Struct polars_core::frame::hash_join::JoinArgs
source · pub struct JoinArgs {
pub how: JoinType,
pub validation: JoinValidation,
pub suffix: Option<String>,
pub slice: Option<(i64, usize)>,
}Fields§
§how: JoinType§validation: JoinValidation§suffix: Option<String>§slice: Option<(i64, usize)>Implementations§
Trait Implementations§
source§impl PartialEq<JoinArgs> for JoinArgs
impl PartialEq<JoinArgs> for JoinArgs
impl Eq for JoinArgs
impl StructuralEq for JoinArgs
impl StructuralPartialEq for JoinArgs
Auto Trait Implementations§
impl !RefUnwindSafe for JoinArgs
impl Send for JoinArgs
impl Sync for JoinArgs
impl Unpin for JoinArgs
impl !UnwindSafe for JoinArgs
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
§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
Compare self to
key and return true if they are equal.