heidi icon indicating copy to clipboard operation
heidi copied to clipboard

Multi-key-column joins

Open adamConnerSax opened this issue 3 years ago • 2 comments

It seems essential to me that the library be able to join using multiple columns as the join key. I don't know if the underlying Trie makes that simpler.

The simplest version might simply add a column holding a product (maybe [v]?) of the key-columns to each Frame, then join the new Frames on that new column, then remove that column in the result. That's how I'd do it from outside the library. And that doesn't seem horribly inefficient. But I'm imagining there's a better way?

adamConnerSax avatar May 14 '21 17:05 adamConnerSax