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

Function test_roundtrip_expr_3

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

Source from the content-addressed store, hash-verified

84
85#[test]
86fn test_roundtrip_expr_3() {
87 let expr =
88 roundtrip_expr(TableReference::bare("person"), "CAST(id AS VARCHAR)").unwrap();
89 assert_snapshot!(expr, @"CAST(id AS VARCHAR)");
90}
91
92#[test]
93fn test_roundtrip_expr_4() {

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…