risingwave_frontend::binder::expr::function::aggregate

Function decimal_to_float64

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