query_exp
status_t query_parse(const char *query, query_exp **tree)
void dump_query_tree(query_exp *tree, int indent)
query_exp *tree;
struct query_exp;
struct query_exp *exp;
extern status_t query_parse(const char *query, query_exp **tree);