Query.jl
Query.jl copied to clipboard
Should joins require equal types of the keys?
I would say yes, because failing that requirement is more informative than an error thrown somewhere out of the source of queries when you want to match a string and an Int, say. R data.table requires the types to match.