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

Function test_octet_length

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

Source from the content-addressed store, hash-verified

40
41#[test]
42fn test_octet_length() {
43 #[rustfmt::skip]
44 evaluate_expr_test(
45 octet_length(col("id")),
46 vec![
47 "+------+",
48 "| expr |",
49 "+------+",
50 "| 1 |",
51 "| 1 |",
52 "| 1 |",
53 "+------+",
54 ],
55 );
56}
57
58#[test]
59fn test_eq() {

Callers

nothing calls this directly

Calls 2

evaluate_expr_testFunction · 0.85
colFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…