Skip to main content

eval_numeric_operator_with_control

Function eval_numeric_operator_with_control 

Source
pub fn eval_numeric_operator_with_control(
    operator: NumericOperator,
    arguments: &[Value],
    types: &[Option<ColumnType>],
    control: &ProductionControl<'_>,
) -> Result<Produced<Value>>
Expand description

Evaluate the existing selected numeric overload while casts, type names and intermediate values remain owned by the original allowance.