pub struct SparseThresholdOperator {
pub source: Arc<dyn Operator>,
pub threshold: f64,
}Fields§
§source: Arc<dyn Operator>§threshold: f64Implementations§
Trait Implementations§
Source§impl Operator for SparseThresholdOperator
impl Operator for SparseThresholdOperator
fn execute(&self, ctx: &ExecutionContext) -> OperatorResult
fn cost_estimate(&self, stats: &IndexStats) -> f64
Auto Trait Implementations§
impl !RefUnwindSafe for SparseThresholdOperator
impl !UnwindSafe for SparseThresholdOperator
impl Freeze for SparseThresholdOperator
impl Send for SparseThresholdOperator
impl Sync for SparseThresholdOperator
impl Unpin for SparseThresholdOperator
impl UnsafeUnpin for SparseThresholdOperator
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