pub struct PreWhere {
pub this: Expression,
}Expand description
PREWHERE clause (ClickHouse) - early filtering before WHERE
Fields§
§this: ExpressionTrait Implementations§
Source§impl<'de> Deserialize<'de> for PreWhere
impl<'de> Deserialize<'de> for PreWhere
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
impl StructuralPartialEq for PreWhere
Auto Trait Implementations§
impl Freeze for PreWhere
impl RefUnwindSafe for PreWhere
impl Send for PreWhere
impl Sync for PreWhere
impl Unpin for PreWhere
impl UnwindSafe for PreWhere
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