Trait tidb_query_expr::types::function::ArgDef [−][src]
Partial or complete argument definition of an RPN function.
ArgDef
is constructed at the beginning of evaluating an RPN function. The types of
RpnFnArg
s are determined at this stage. So there won’t be dynamic dispatch or enum matches
when the function is applied to each row of the input.