pub fn expect_f64_value(
expr: &ScalarExpr,
label: &str,
evaluate: &mut ArgumentEvaluator<'_>,
) -> Result<f64, SQLError>pub fn expect_f64_value(
expr: &ScalarExpr,
label: &str,
evaluate: &mut ArgumentEvaluator<'_>,
) -> Result<f64, SQLError>