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

Function test_get_field

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

Source from the content-addressed store, hash-verified

91
92#[test]
93fn test_get_field() {
94 evaluate_expr_test(
95 col("props").field("a"),
96 vec![
97 "+------------+",
98 "| expr |",
99 "+------------+",
100 "| 2021-02-01 |",
101 "| 2021-02-02 |",
102 "| 2021-02-03 |",
103 "+------------+",
104 ],
105 );
106}
107
108#[test]
109fn test_get_field_null() {

Callers

nothing calls this directly

Calls 3

evaluate_expr_testFunction · 0.85
colFunction · 0.50
fieldMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…