Skip to content
Snippets Groups Projects
Verified Commit 8f0bcef4 authored by Rico Bergmann's avatar Rico Bergmann
Browse files

Add some example ModelJoin files

parent c253ee9a
No related branches found
No related tags found
No related merge requests found
natural join imdb.Film with library.VideoCassette as jointarget.Movie {
keep attributes imdb.Film.year
keep attributes library.AudioVisualItem.minutesLength
}
natural join imdb.Film with library.Author as jointarget.Director {
keep attributes imdb.Film.title
keep attributes library.Author.name
}
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment