Function decimal_to_float64

Source
fn decimal_to_float64(
    decimal_expr: &mut ExprImpl,
    kind: &AggType,
) -> Result<(), RwError>