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

Function assert_contents

datafusion/optimizer/src/join_key_set.rs:249–252  ·  view source on GitHub ↗
(set: &JoinKeySet, expected: Vec<(&Expr, &Expr)>)

Source from the content-addressed store, hash-verified

247 }
248
249 fn assert_contents(set: &JoinKeySet, expected: Vec<(&Expr, &Expr)>) {
250 let contents: Vec<_> = set.iter().collect();
251 assert_eq!(contents, expected);
252 }
253
254 #[test]
255 fn test_insert_all() {

Callers 2

test_iteratorFunction · 0.85
test_insert_intersectionFunction · 0.85

Calls 2

collectMethod · 0.80
iterMethod · 0.45

Tested by 2

test_iteratorFunction · 0.68
test_insert_intersectionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…