8.2.54.36 table.realjoin

Method: [out, ixs] = realjoin (A, B)
Method: […] = realjoin (A, B, …)

"Real" relational inner join, without key restrictions

Performs a "real" relational natural inner join between two tables, without the key restrictions that JOIN imposes.

Currently does not support tables which have RowNames. This may be added in the future.

This is a Tablicious/Octave extension, not defined in the Matlab table interface.

Name/value option arguments are: Keys, LeftKeys, RightKeys, LeftVariables, RightVariables.

FIXME: Document those options.

Returns: out - A table that is the result of joining A and B ixs - Indexes into A for each row in out