#include <query_parser.h>
Static Public Member Functions | |
static Query * | parse (const char *query) |
static Query * | parse (std::string query) |
Query * Lux::QueryParser::parse | ( | std::string | query | ) | [static] |
parse query
query | query object |
Query * Lux::QueryParser::parse | ( | const char * | query | ) | [static] |
parse query
query | pointer to query |