My Project
|
#include <abstract_query_plan.h>
Public Member Functions | |
Equal_set_iterator (Item_equal &item_equal) | |
const Item_field * | next () |
This class is an iterator for iterating over sets of fields (columns) that should have the same value. For example, if the query is SELECT * FROM T1, T2, T3 WHERE T1.b = T2.a AND T2.a = T3.a then there would be such a set of {T1.b, T2.a, T3.a}.