eXtremeSQL Full Outer Joins

eXtremeSQL supports right and full outer joins which are implemented using a hash join algorithm, where the inner (right) table is materialized in a hash table.

An example of full outer join queries can be found in samples/xsql/scripts/full_join.sql