Searched defs:ActiveMacro (Results 1 – 1 of 1) sorted by relevance
84 struct ActiveMacro { struct85 std::string name;86 MacroImpl impl;87 std::vector<SqlSource> args;88 uint32_t nested_macro_count;89 std::unordered_set<std::string> seen_variables;90 std::unordered_set<std::string> expanded_variables;