MCPcopy 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]
70async fn test_utf8_gt() {
71 Utf8Test::new(|value| col("a").gt(lit(value))).run().await;
72}
73
74#[tokio::test]
75async fn test_utf8_gt_eq() {

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…