Struct smartnoise_validator::bindings::builders::ImputeBuilder [−][src]
Builder interface for Impute
Fields
id: u32
component: &'a mut Component
release: &'a mut Release
Implementations
impl<'a> ImputeBuilder<'a>
[src][−]
pub fn data(self, id: u32) -> Self
[src][−]
set the id of the data argument from a previous component
pub fn lower(self, id: u32) -> Self
[src][−]
set the id of the lower argument from a previous component
pub fn upper(self, id: u32) -> Self
[src][−]
set the id of the upper argument from a previous component
pub fn categories(self, id: u32) -> Self
[src][−]
set the id of the categories argument from a previous component
pub fn null_values(self, id: u32) -> Self
[src][−]
set the id of the null_values argument from a previous component
pub fn weights(self, id: u32) -> Self
[src][−]
set the id of the weights argument from a previous component
pub fn distribution(self, id: u32) -> Self
[src][−]
set the id of the distribution argument from a previous component
pub fn shift(self, id: u32) -> Self
[src][−]
set the id of the shift argument from a previous component
pub fn scale(self, id: u32) -> Self
[src][−]
set the id of the scale argument from a previous component
pub fn value(self, value: Value) -> Self
[src]
pub fn value_public(self, value: bool) -> Self
[src]
pub fn build(self) -> u32
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for ImputeBuilder<'a>
impl<'a> Send for ImputeBuilder<'a>
impl<'a> Sync for ImputeBuilder<'a>
impl<'a> Unpin for ImputeBuilder<'a>
impl<'a> !UnwindSafe for ImputeBuilder<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,