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

Function test_eq

datafusion/core/tests/expr_api/mod.rs:59–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58#[test]
59fn test_eq() {
60 // id = '2'
61 evaluate_expr_test(
62 col("id").eq(lit("2")),
63 vec![
64 "+-------+",
65 "| expr |",
66 "+-------+",
67 "| false |",
68 "| true |",
69 "| false |",
70 "+-------+",
71 ],
72 );
73}
74
75#[test]
76fn test_eq_with_coercion() {

Callers

nothing calls this directly

Calls 4

evaluate_expr_testFunction · 0.85
colFunction · 0.50
litFunction · 0.50
eqMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…