Compute a logical, reasonably efficient join on the specified tables. See PS4 for hints on how this should be implemented. @param stats Statistics for each table involved in the join, referenced by base table names, not alias @param filterSelectivities Selectivities
(
HashMap<String, TableStats> stats,
HashMap<String, Double> filterSelectivities, boolean explain)
source not stored for this graph (policy: none)
no outgoing calls