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

Function test_list_index

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

Source from the content-addressed store, hash-verified

141
142#[test]
143fn test_list_index() {
144 #[rustfmt::skip]
145 evaluate_expr_test(
146 col("list").index(lit(1i64)),
147 vec![
148 "+------+",
149 "| expr |",
150 "+------+",
151 "| one |",
152 "| two |",
153 "| five |",
154 "+------+",
155 ],
156 );
157}
158
159#[test]
160fn test_list_range() {

Callers

nothing calls this directly

Calls 4

evaluate_expr_testFunction · 0.85
colFunction · 0.50
litFunction · 0.50
indexMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…