Commit 3f5b4949 authored by Sergey Petrunya's avatar Sergey Petrunya

MWL#17: Table elimination

- Multiple-equality handling
parent 46c96776
......@@ -1578,6 +1578,7 @@ public:
uint members();
bool contains(Field *field);
Item_field* get_first() { return fields.head(); }
uint n_fields() { return fields.elements; }
void merge(Item_equal *item);
void update_const();
enum Functype functype() const { return MULT_EQUAL_FUNC; }
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment