Enum polars_plan::dsl::BooleanFunction
source · pub enum BooleanFunction {
}Variants§
Any
All
IsNull
IsNotNull
IsFinite
IsInfinite
IsNan
IsNotNan
IsFirstDistinct
Available on crate feature
is_first_distinct only.IsLastDistinct
Available on crate feature
is_last_distinct only.IsUnique
Available on crate feature
is_unique only.IsDuplicated
Available on crate feature
is_unique only.IsIn
Available on crate feature
is_in only.AllHorizontal
AnyHorizontal
Not
Trait Implementations§
source§impl Clone for BooleanFunction
impl Clone for BooleanFunction
source§fn clone(&self) -> BooleanFunction
fn clone(&self) -> BooleanFunction
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 BooleanFunction
impl Debug for BooleanFunction
source§impl<'de> Deserialize<'de> for BooleanFunction
impl<'de> Deserialize<'de> for BooleanFunction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for BooleanFunction
impl Display for BooleanFunction
source§impl From<BooleanFunction> for FunctionExpr
impl From<BooleanFunction> for FunctionExpr
source§fn from(func: BooleanFunction) -> Self
fn from(func: BooleanFunction) -> Self
Converts to this type from the input type.
source§impl From<BooleanFunction> for SpecialEq<Arc<dyn SeriesUdf>>
impl From<BooleanFunction> for SpecialEq<Arc<dyn SeriesUdf>>
source§fn from(func: BooleanFunction) -> Self
fn from(func: BooleanFunction) -> Self
Converts to this type from the input type.
source§impl Hash for BooleanFunction
impl Hash for BooleanFunction
source§impl PartialEq for BooleanFunction
impl PartialEq for BooleanFunction
source§fn eq(&self, other: &BooleanFunction) -> bool
fn eq(&self, other: &BooleanFunction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for BooleanFunction
impl Serialize for BooleanFunction
impl Eq for BooleanFunction
impl StructuralPartialEq for BooleanFunction
Auto Trait Implementations§
impl RefUnwindSafe for BooleanFunction
impl Send for BooleanFunction
impl Sync for BooleanFunction
impl Unpin for BooleanFunction
impl UnwindSafe for BooleanFunction
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.