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

Function test_roundtrip_expr_2

datafusion/sql/tests/cases/plan_to_sql.rs:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79#[test]
80fn test_roundtrip_expr_2() {
81 let expr = roundtrip_expr(TableReference::bare("person"), "id = '10'").unwrap();
82 assert_snapshot!(expr, @"(id = '10')");
83}
84
85#[test]
86fn test_roundtrip_expr_3() {

Callers

nothing calls this directly

Calls 1

roundtrip_exprFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…