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

Function test_range

datafusion/functions-nested/src/expr_ext.rs:95–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94 #[test]
95 fn test_range() {
96 let expr1 = col("a").range(lit(1), lit(2));
97 let expr2 = array_slice(col("a"), lit(1), lit(2), None);
98 assert_eq!(expr1, expr2);
99 }
100}

Callers

nothing calls this directly

Calls 4

array_sliceFunction · 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…