Skip to content

Instantly share code, notes, and snippets.

@izeigerman
Created January 29, 2021 19:02
Show Gist options
  • Select an option

  • Save izeigerman/770a9a10c6be29f86db3fac615fb59ed to your computer and use it in GitHub Desktop.

Select an option

Save izeigerman/770a9a10c6be29f86db3fac615fb59ed to your computer and use it in GitHub Desktop.
trait Join[L, R] {
def join(
left: AnnotatedDataFrame[L],
right: AnnotatedDataFrame[R]
): AnnotatedDataFrame[L]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment