MCPcopy Create free account
hub / github.com/PRQL/prql / test_alias

Function test_alias

prqlc/prqlc/src/codegen/ast.rs:628–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626
627 #[test]
628 fn test_alias() {
629 assert_is_formatted(
630 r#"
631from artists
632select {`customer name` = foo, x = bar.baz}"#,
633 );
634 }
635
636 #[test]
637 fn test_assign() {

Callers

nothing calls this directly

Calls 1

assert_is_formattedFunction · 0.85

Tested by

no test coverage detected