22 rex_sub_query_id_collector.
visit(rel_alg_node);
23 return std::move(rex_sub_query_id_collector.
ids_);
27 ids_.insert(rex_sub_query->getId());
virtual void visit(RelAlgNode const *)
static Ids getLiveRexSubQueryIds(RelAlgNode const *)
std::unordered_set< unsigned > Ids
void visit(RexSubQuery const *) override
RexSubQueryIdCollector is a visitor class that collects all RexSubQuery::getId() values for all RexSu...