Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ test_utf8_gt
Function
test_utf8_gt
datafusion/core/tests/fuzz_cases/pruning.rs:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
69
#[tokio::test]
70
async fn test_utf8_gt() {
71
Utf8Test::new(|value| col(
"a"
).gt(lit(value))).run().await;
72
}
73
74
#[tokio::test]
75
async fn test_utf8_gt_eq() {
Callers
nothing calls this directly
Calls
5
new
Function · 0.85
col
Function · 0.50
lit
Function · 0.50
run
Method · 0.45
gt
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…