Struct smartnoise_validator::proto::Add [−][src]
Add Component
Mathematical addition. Value types of arguments must match.
This struct represents an abstract computation. Arguments are provided via the graph. Additional options are set via the fields on this struct. The return is the result of the add on the arguments.
Arguments
left
- Array - Left value to add. Must be of type float or integer.right
- Array - Right value to add. Must be of type float or integer.
Returns
Value
- Array
Trait Implementations
impl Clone for Add
[src][+]
impl Component for Add
[src][+]
impl Debug for Add
[src][+]
impl Default for Add
[src][+]
impl Message for Add
[src][+]
impl PartialEq<Add> for Add
[src][+]
impl StructuralPartialEq for Add
[src]
Auto Trait Implementations
impl RefUnwindSafe for Add
impl Send for Add
impl Sync for Add
impl Unpin for Add
impl UnwindSafe for Add
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> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,