MCPcopy Create free account
hub / github.com/apache/datafusion / test_evaluate

Function test_evaluate

datafusion/core/tests/expr_api/simplification.rs:106–108  ·  view source on GitHub ↗
(input_expr: Expr, expected_expr: Expr)

Source from the content-addressed store, hash-verified

104}
105
106fn test_evaluate(input_expr: Expr, expected_expr: Expr) {
107 test_evaluate_with_start_time(input_expr, expected_expr, &Utc::now())
108}
109
110// Make a UDF that adds its two values together, with the specified volatility
111fn make_udf_add(volatility: Volatility) -> Arc<ScalarUDF> {

Callers 4

test_const_evaluatorFunction · 0.85
test_evaluator_udfsFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…