Skip to content

Instantly share code, notes, and snippets.

@vzayaz
Created September 6, 2020 20:43
Show Gist options
  • Save vzayaz/834a82670c440ab8728d8c21ffe19397 to your computer and use it in GitHub Desktop.
Save vzayaz/834a82670c440ab8728d8c21ffe19397 to your computer and use it in GitHub Desktop.
abstract class RDD[T: ClassTag]
def compute(…): Iterator[T]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment