25 const std::vector<InputTableInfo>& table_infos,
26 const Executor* executor);
std::vector< JoinCondition > JoinQualsPerNestingLevel
std::vector< node_t > get_node_input_permutation(const JoinQualsPerNestingLevel &left_deep_join_quals, const std::vector< InputTableInfo > &table_infos, const Executor *executor)
Execution unit for relational algebra. It's a low-level description of any relational algebra operati...