JuliaLang / julia

The Julia Programming Language
https://julialang.org/
MIT License
44.97k stars 5.42k forks source link

Add relational algebra unicode characters #17677

Closed aaronsheldon closed 7 years ago

aaronsheldon commented 7 years ago

Thank you @JeffBezanson, the unicode extensions you added in resolving #6929 are great. Could relational algebra operators be added as well?

I'm working on a tensor join package that will eventual use hash join/dictionaries for synchronized index iteration, and I would like to use the appropriate standard symbols to represent the joins.

JeffBezanson commented 7 years ago

I believe these were added in #8036