Skip to content

Instantly share code, notes, and snippets.

@AnantMishra30
Last active July 25, 2021 10:46
Show Gist options
  • Save AnantMishra30/372778aebf0c413555fcdbae07d21d44 to your computer and use it in GitHub Desktop.
Save AnantMishra30/372778aebf0c413555fcdbae07d21d44 to your computer and use it in GitHub Desktop.
#1
joinType = "cross"
graduateProgram.join(person, joinExpression, joinType)
#2
person.join(graduateProgram)
#3
person.crossJoin(graduateProgram)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment