Struct polars_plan::prelude::UnionOptions
source · pub struct UnionOptions {
pub slice: bool,
pub slice_offset: i64,
pub slice_len: IdxSize,
pub parallel: bool,
pub rows: (Option<usize>, usize),
pub from_partitioned_ds: bool,
}
Fields§
§slice: bool
§slice_offset: i64
§slice_len: IdxSize
§parallel: bool
§rows: (Option<usize>, usize)
§from_partitioned_ds: bool
Trait Implementations§
source§impl Clone for UnionOptions
impl Clone for UnionOptions
source§fn clone(&self) -> UnionOptions
fn clone(&self) -> UnionOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnionOptions
impl Debug for UnionOptions
source§impl Default for UnionOptions
impl Default for UnionOptions
source§fn default() -> UnionOptions
fn default() -> UnionOptions
Returns the “default value” for a type. Read more
source§impl PartialEq<UnionOptions> for UnionOptions
impl PartialEq<UnionOptions> for UnionOptions
source§fn eq(&self, other: &UnionOptions) -> bool
fn eq(&self, other: &UnionOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnionOptions
impl Eq for UnionOptions
impl StructuralEq for UnionOptions
impl StructuralPartialEq for UnionOptions
Auto Trait Implementations§
impl RefUnwindSafe for UnionOptions
impl Send for UnionOptions
impl Sync for UnionOptions
impl Unpin for UnionOptions
impl UnwindSafe for UnionOptions
Blanket Implementations§
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.