package_bar.sql.txt 94 B

1234567
  1. $do_bar = ($value) -> {
  2. return AsStruct(
  3. $value as bar
  4. );
  5. };
  6. export $do_bar;