Struct smartnoise_validator::proto::LessThan [−][src]
LessThan Component
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 less_than on the arguments.
Arguments
left
- Array - Atomic type must be numeric, and match with atomic type of right.right
- Array - Atomic type must be numeric, and match with atomic type of left.
Returns
Value
- Array
Trait Implementations
impl Clone for LessThan
[src][+]
impl Component for LessThan
[src][+]
impl Debug for LessThan
[src][+]
impl Default for LessThan
[src][+]
impl Message for LessThan
[src][+]
impl PartialEq<LessThan> for LessThan
[src][+]
impl StructuralPartialEq for LessThan
[src]
Auto Trait Implementations
impl RefUnwindSafe for LessThan
impl Send for LessThan
impl Sync for LessThan
impl Unpin for LessThan
impl UnwindSafe for LessThan
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>,