/ Reset the filter arguments to non evaluated yet. */ /
| 947 | /* Reset the filter arguments to non evaluated yet. */ |
| 948 | /***********************************************************************/ |
| 949 | void FILTER::Reset(void) |
| 950 | { |
| 951 | for (int i = 0; i < 2; i++) |
| 952 | Arg(i)->Reset(); |
| 953 | |
| 954 | } // end of Reset |
| 955 | |
| 956 | /***********************************************************************/ |
| 957 | /* Init: called when reinitializing a query (Correlated subqueries) */ |