Class PartwiseJoin¶
Defined in File BatchJoinProcessing.h
Inheritance Relationships¶
Base Type¶
public ral::cache::kernel
(Class kernel)
Class Documentation¶
-
class
ral::batch
::
PartwiseJoin
: public ral::cache::kernel¶ Public Functions
-
inline virtual std::string
kernel_name
()¶
-
std::unique_ptr<ral::frame::BlazingTable>
join_set
(const ral::frame::BlazingTableView &table_left, const ral::frame::BlazingTableView &table_right)¶
-
virtual kstatus
run
() override¶ Executes the batch processing. Loads the data from their input port, and after processing it, the results are stored in their output port.
- Return
kstatus ‘stop’ to halt processing, or ‘proceed’ to continue processing.
-
std::string
get_join_type
()¶
-
inline virtual std::string