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

Function test_without_rank

datafusion/functions-window/src/rank.rs:382–384  ·  view source on GitHub ↗
(expr: &Rank, expected: Vec<u64>)

Source from the content-addressed store, hash-verified

380
381 #[expect(clippy::single_range_in_vec_init)]
382 fn test_without_rank(expr: &Rank, expected: Vec<u64>) -> Result<()> {
383 test_i32_result(expr, vec![0..8], expected)
384 }
385
386 fn test_i32_result(
387 expr: &Rank,

Callers 2

test_rankFunction · 0.85
test_dense_rankFunction · 0.85

Calls 1

test_i32_resultFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…