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

Function test_rank

datafusion/functions-window/src/rank.rs:418–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416
417 #[test]
418 fn test_rank() -> Result<()> {
419 let r = Rank::basic();
420 test_without_rank(&r, vec![1; 8])?;
421 test_with_rank(&r, vec![1, 1, 3, 4, 4, 4, 7, 8])?;
422 Ok(())
423 }
424
425 #[test]
426 fn test_dense_rank() -> Result<()> {

Callers

nothing calls this directly

Calls 3

basicFunction · 0.85
test_without_rankFunction · 0.85
test_with_rankFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…