OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RexSubQueryIdCollector.h File Reference

RexSubQueryIdCollector is a visitor class that collects all RexSubQuery::getId() values for all RexSubQuery nodes. This uses sorted arrays of (hash_code, handler) pairs for tree navigation. More...

#include "RelRexDagVisitor.h"
#include <unordered_set>
+ Include dependency graph for RexSubQueryIdCollector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexSubQueryIdCollector
 

Detailed Description

RexSubQueryIdCollector is a visitor class that collects all RexSubQuery::getId() values for all RexSubQuery nodes. This uses sorted arrays of (hash_code, handler) pairs for tree navigation.

Definition in file RexSubQueryIdCollector.h.