27 #ifndef Hypertable_Lib_HqlCommandInterpreter_h
28 #define Hypertable_Lib_HqlCommandInterpreter_h
76 #endif // Hypertable_Lib_HqlCommandInterpreter_h
bool m_profile
Flag indicating if SELECT commands should be profiled.
int execute_line(const std::string &line) override
Executes an HQL command.
The API of HQL interpreter.
std::shared_ptr< HqlInterpreter > HqlInterpreterPtr
Smart pointer to HqlInterpreter.
HqlCommandInterpreter(Client *client, bool profile=false)
Constructor.
HqlInterpreterPtr m_interp
HQL interpreter.