Skip to content
Snippets Groups Projects
Select Git revision
  • 38bb6fd0448b1e1e41f92e8ccb28c5338dd61949
  • master default protected
2 results

manager.modeljoin

Blame
  • manager.modeljoin 261 B
    natural join lib.Employee with lib.Employee as lib.Employee {
       keep attributes lib.Employee.salary
       keep outgoing lib.Employee.manager as type lib.Employee {
       }
       keep supertype lib.Person as type lib.Person {
         keep attributes lib.Person.name
       }
     }