Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
51
async fn test_utf8_not_eq() {
52
Utf8Test::new(|value| col(
"a"
).not_eq(lit(value)))
53
.run()
54
.await;
55
}
56
57
#[tokio::test]
58
async fn test_utf8_lt() {
Callers
nothing calls this directly
Calls
5
new
Function · 0.85
not_eq
Method · 0.80
col
Function · 0.50
lit
Function · 0.50
run
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…