Skip to content
Snippets Groups Projects
Select Git revision
  • ae7d737f0a709160d044444a1bf2cce30bbe9705
  • main default protected
  • mg2bt
  • Part1
4 results

config_routine.cpp

Blame
  • theta_join.modeljoin 179 B
    theta join imdb.Film with library.Movie where imdb.Film.title = library.Movie.name as jointarget.Movie {
      keep attributes imdb.Film.title
      keep attributes library.Author.name
    }