[][src]Struct omnisci::extension_functions::TUserDefinedFunction

pub struct TUserDefinedFunction {
    pub name: Option<String>,
    pub arg_types: Option<Vec<TExtArgumentType>>,
    pub ret_type: Option<TExtArgumentType>,
}

Fields

name: Option<String>arg_types: Option<Vec<TExtArgumentType>>ret_type: Option<TExtArgumentType>

Methods

impl TUserDefinedFunction[src]

pub fn new<F1, F2, F3>(
    name: F1,
    arg_types: F2,
    ret_type: F3
) -> TUserDefinedFunction where
    F1: Into<Option<String>>,
    F2: Into<Option<Vec<TExtArgumentType>>>,
    F3: Into<Option<TExtArgumentType>>, 
[src]

pub fn read_from_in_protocol(
    i_prot: &mut dyn TInputProtocol
) -> Result<TUserDefinedFunction>
[src]

pub fn write_to_out_protocol(
    &self,
    o_prot: &mut dyn TOutputProtocol
) -> Result<()>
[src]

Trait Implementations

impl Clone for TUserDefinedFunction[src]

impl Debug for TUserDefinedFunction[src]

impl Default for TUserDefinedFunction[src]

impl Eq for TUserDefinedFunction[src]

impl Hash for TUserDefinedFunction[src]

impl Ord for TUserDefinedFunction[src]

impl PartialEq<TUserDefinedFunction> for TUserDefinedFunction[src]

impl PartialOrd<TUserDefinedFunction> for TUserDefinedFunction[src]

impl StructuralEq for TUserDefinedFunction[src]

impl StructuralPartialEq for TUserDefinedFunction[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err