Skip to content

Instantly share code, notes, and snippets.

@jamster
Created September 21, 2010 21:38
Show Gist options
  • Select an option

  • Save jamster/590624 to your computer and use it in GitHub Desktop.

Select an option

Save jamster/590624 to your computer and use it in GitHub Desktop.
legacyFields = LegacySchema.NARROW_FIELDS.append( LegacySchemaDOB.NARROW_FIELDS );
Pipe joinedPipe = new CoGroup( legacyPipe, LegacySchema.PERSON_ID, legacyDOBPipe, LegacyDOBSchema.LEGACY_PERSON_ID, legacyFields, new LeftJoin() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment