Struct datafusion_expr::expr::Like
source · pub struct Like {
pub negated: bool,
pub expr: Box<Expr>,
pub pattern: Box<Expr>,
pub escape_char: Option<char>,
}
Expand description
LIKE expression
Fields§
§negated: bool
§expr: Box<Expr>
§pattern: Box<Expr>
§escape_char: Option<char>
Implementations§
Trait Implementations§
source§impl PartialEq<Like> for Like
impl PartialEq<Like> for Like
impl Eq for Like
impl StructuralEq for Like
impl StructuralPartialEq for Like
Auto Trait Implementations§
impl !RefUnwindSafe for Like
impl Send for Like
impl Sync for Like
impl Unpin for Like
impl !UnwindSafe for Like
Blanket Implementations§
§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
Checks if this value is equivalent to the given key. Read more