Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created May 26, 2021 21:30
Show Gist options
  • Select an option

  • Save afcotroneo/1792f0f0b043e226456157ecf892255f to your computer and use it in GitHub Desktop.

Select an option

Save afcotroneo/1792f0f0b043e226456157ecf892255f to your computer and use it in GitHub Desktop.
let hash_table = build_hash_table(t2.rows.a); // build hash table over column a in t2
for t1_row in t1.rows:
output_match(hash_table(t1_row.a)):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment