pub enum IRBooleanFunction {
}
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
Implementations§
Source§impl IRBooleanFunction
impl IRBooleanFunction
pub fn function_options(&self) -> FunctionOptions
Trait Implementations§
Source§impl Clone for IRBooleanFunction
impl Clone for IRBooleanFunction
Source§fn clone(&self) -> IRBooleanFunction
fn clone(&self) -> IRBooleanFunction
Returns a duplicate 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 IRBooleanFunction
impl Debug for IRBooleanFunction
Source§impl Display for IRBooleanFunction
impl Display for IRBooleanFunction
Source§impl From<IRBooleanFunction> for IRFunctionExpr
impl From<IRBooleanFunction> for IRFunctionExpr
Source§fn from(func: IRBooleanFunction) -> Self
fn from(func: IRBooleanFunction) -> Self
Converts to this type from the input type.
Source§impl From<IRBooleanFunction> for SpecialEq<Arc<dyn ColumnsUdf>>
impl From<IRBooleanFunction> for SpecialEq<Arc<dyn ColumnsUdf>>
Source§fn from(func: IRBooleanFunction) -> Self
fn from(func: IRBooleanFunction) -> Self
Converts to this type from the input type.
Source§impl Hash for IRBooleanFunction
impl Hash for IRBooleanFunction
Source§impl PartialEq for IRBooleanFunction
impl PartialEq for IRBooleanFunction
impl Eq for IRBooleanFunction
impl StructuralPartialEq for IRBooleanFunction
Auto Trait Implementations§
impl Freeze for IRBooleanFunction
impl RefUnwindSafe for IRBooleanFunction
impl Send for IRBooleanFunction
impl Sync for IRBooleanFunction
impl Unpin for IRBooleanFunction
impl UnwindSafe for IRBooleanFunction
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Key for Twhere
T: Clone,
impl<T> Key for Twhere
T: Clone,
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string()
Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString
. Read more