pub struct SSTablePredicate {
pub column: String,
pub operation: SSTableFilterOp,
pub values: Vec<Value>,
}Expand description
SSTable-level predicate that can be pushed down
Fields§
§column: String§operation: SSTableFilterOp§values: Vec<Value>Trait Implementations§
Source§impl Clone for SSTablePredicate
impl Clone for SSTablePredicate
Source§fn clone(&self) -> SSTablePredicate
fn clone(&self) -> SSTablePredicate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SSTablePredicate
impl RefUnwindSafe for SSTablePredicate
impl Send for SSTablePredicate
impl Sync for SSTablePredicate
impl Unpin for SSTablePredicate
impl UnsafeUnpin for SSTablePredicate
impl UnwindSafe for SSTablePredicate
Blanket Implementations§
impl<T> Allocation for T
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