Struct polars_lazy::frame::JoinOptions [−][src]
pub struct JoinOptions {
pub allow_parallel: bool,
pub force_parallel: bool,
pub how: JoinType,
pub suffix: Option<String>,
pub asof_by_left: Vec<String>,
pub asof_by_right: Vec<String>,
}
This is supported on crate feature
compile
only.Fields
allow_parallel: bool
force_parallel: bool
how: JoinType
suffix: Option<String>
asof_by_left: Vec<String>
asof_by_right: Vec<String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JoinOptions
impl Send for JoinOptions
impl Sync for JoinOptions
impl Unpin for JoinOptions
impl UnwindSafe for JoinOptions
Blanket Implementations
Mutably borrows from an owned value. Read more