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

Function test_list_range

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

Source from the content-addressed store, hash-verified

158
159#[test]
160fn test_list_range() {
161 evaluate_expr_test(
162 col("list").range(lit(1i64), lit(2i64)),
163 vec![
164 "+--------------+",
165 "| expr |",
166 "+--------------+",
167 "| [one] |",
168 "| [two, three] |",
169 "| [five] |",
170 "+--------------+",
171 ],
172 );
173}
174
175#[tokio::test]
176async fn test_aggregate_ext_order_by() {

Callers

nothing calls this directly

Calls 4

evaluate_expr_testFunction · 0.85
colFunction · 0.50
litFunction · 0.50
rangeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…