#ifndef _AQUERY_H #define _AQUERY_H #include "table.h" #include struct Context{ std::unordered_map tables; std::unordered_map cols; }; #endif