MCPcopy Create free account
hub / github.com/MariaDB/server / Reset

Method Reset

storage/connect/filter.cpp:949–954  ·  view source on GitHub ↗

/ Reset the filter arguments to non evaluated yet. */ /

Source from the content-addressed store, hash-verified

947/* Reset the filter arguments to non evaluated yet. */
948/***********************************************************************/
949void 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) */

Callers 1

ApplyFilterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected