query compiler progress
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef QUERY_TABLE_HPP
|
||||
#define QUERY_TABLE_HPP
|
||||
|
||||
#include <typeindex>
|
||||
#include <string>
|
||||
|
||||
namespace matador::query {
|
||||
|
||||
struct table_data
|
||||
{
|
||||
std::type_index index;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
}
|
||||
#endif //QUERY_TABLE_HPP
|
||||
Reference in New Issue
Block a user