Turi Create
4.0
|
#include <core/storage/sframe_data/join_impl.hpp>
The hash_join_executor class executes a hash join. It is only meant to perform one join. Could eventually inherit from a generic join class and have further OOP design patterns to choose the algorithm (or just different function calls). Only one algorithm implemented thus far, so no need for that yet.
Definition at line 108 of file join_impl.hpp.