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

Function test_utf8_eq

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

Source from the content-addressed store, hash-verified

44
45#[tokio::test]
46async fn test_utf8_eq() {
47 Utf8Test::new(|value| col("a").eq(lit(value))).run().await;
48}
49
50#[tokio::test]
51async fn test_utf8_not_eq() {

Callers

nothing calls this directly

Calls 5

newFunction · 0.85
colFunction · 0.50
litFunction · 0.50
runMethod · 0.45
eqMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…