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

Function test_utf8_not_eq

datafusion/core/tests/fuzz_cases/pruning.rs:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50#[tokio::test]
51async fn test_utf8_not_eq() {
52 Utf8Test::new(|value| col("a").not_eq(lit(value)))
53 .run()
54 .await;
55}
56
57#[tokio::test]
58async fn test_utf8_lt() {

Callers

nothing calls this directly

Calls 5

newFunction · 0.85
not_eqMethod · 0.80
colFunction · 0.50
litFunction · 0.50
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…