Trait tidb_query_expr::impl_control::IfCondition_Fn[][src]

trait IfCondition_Fn<T: Evaluable + EvaluableRet> {
    fn eval(
        self,
        ctx: &mut EvalContext,
        output_rows: usize,
        args: &[RpnStackNode<'_>],
        extra: &mut RpnFnCallExtra<'_>,
        metadata: &(dyn Any + Send)
    ) -> Result<VectorValue>; }

Required methods

fn eval(
    self,
    ctx: &mut EvalContext,
    output_rows: usize,
    args: &[RpnStackNode<'_>],
    extra: &mut RpnFnCallExtra<'_>,
    metadata: &(dyn Any + Send)
) -> Result<VectorValue>
[src]

Loading content...

Implementors

impl<'arg_, T: Evaluable + EvaluableRet, Arg2_: RpnFnArg<Type = Option<&'arg_ T>>, Arg1_: RpnFnArg<Type = Option<&'arg_ T>>, Arg0_: RpnFnArg<Type = Option<&'arg_ Int>>> IfCondition_Fn<T> for Arg<Arg0_, Arg<Arg1_, Arg<Arg2_, Null>>>[src]

impl<T: Evaluable + EvaluableRet, D_: ArgDef> IfCondition_Fn<T> for D_[src]

Loading content...