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

Function test_get_field_null

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

Source from the content-addressed store, hash-verified

107
108#[test]
109fn test_get_field_null() {
110 #[rustfmt::skip]
111 evaluate_expr_test(
112 lit(ScalarValue::Null).field("a"),
113 vec![
114 "+------+",
115 "| expr |",
116 "+------+",
117 "| |",
118 "+------+",
119 ],
120 );
121}
122
123#[test]
124fn test_nested_get_field() {

Callers

nothing calls this directly

Calls 3

evaluate_expr_testFunction · 0.85
litFunction · 0.50
fieldMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…