The `beginVisit` function is a method present in the `PlanIterVisitor` class in C++. When called, it marks the beginning of the visit process for a specific plan iterator. This function is typically overridden in subclasses of `PlanIterVisitor` to define custom behavior for handling specific types of plan iterators. It serves as a hook for performing any necessary initialization or pre-processing before visiting the plan iterator.
C++ (Cpp) PlanIterVisitor::beginVisit - 16 examples found. These are the top rated real world C++ (Cpp) examples of PlanIterVisitor::beginVisit extracted from open source projects. You can rate examples to help us improve the quality of examples.