pub enum BuiltinFunctionFamily {
Scalar,
Aggregate,
Window,
}Expand description
Top-level function family exposed by the runtime registry.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BuiltinFunctionFamily
impl Clone for BuiltinFunctionFamily
Source§fn clone(&self) -> BuiltinFunctionFamily
fn clone(&self) -> BuiltinFunctionFamily
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 moreSource§impl Debug for BuiltinFunctionFamily
impl Debug for BuiltinFunctionFamily
Source§impl Hash for BuiltinFunctionFamily
impl Hash for BuiltinFunctionFamily
Source§impl Ord for BuiltinFunctionFamily
impl Ord for BuiltinFunctionFamily
Source§fn cmp(&self, other: &BuiltinFunctionFamily) -> Ordering
fn cmp(&self, other: &BuiltinFunctionFamily) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BuiltinFunctionFamily
impl PartialEq for BuiltinFunctionFamily
Source§fn eq(&self, other: &BuiltinFunctionFamily) -> bool
fn eq(&self, other: &BuiltinFunctionFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BuiltinFunctionFamily
impl PartialOrd for BuiltinFunctionFamily
impl Copy for BuiltinFunctionFamily
impl Eq for BuiltinFunctionFamily
impl StructuralPartialEq for BuiltinFunctionFamily
Auto Trait Implementations§
impl Freeze for BuiltinFunctionFamily
impl RefUnwindSafe for BuiltinFunctionFamily
impl Send for BuiltinFunctionFamily
impl Sync for BuiltinFunctionFamily
impl Unpin for BuiltinFunctionFamily
impl UnsafeUnpin for BuiltinFunctionFamily
impl UnwindSafe for BuiltinFunctionFamily
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