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