Searched refs:JoinKey (Results 1 – 3 of 3) sorted by relevance
147 Table Table::LookupJoin(JoinKey left, const Table& other, JoinKey right) { in LookupJoin()
151 Table LookupJoin(JoinKey left, const Table& other, JoinKey right);
73 struct JoinKey { struct393 JoinKey join_key() const { return JoinKey{col_idx_in_table_}; } in join_key()