#include "executor.h"

Go to the source code of this file.
Functions | |
| int | parse_query (DocExpression *_doc) |
| Input (X)Query parsing. | |
Variables | |
| Expression * | parsed_query |
Implementations of constructors, destructor and functions of the corresponding header file executor.h.
Definition in file executor.cpp.
| int parse_query | ( | DocExpression * | _doc | ) |
Input (X)Query parsing.
Input (X)Query parsing.
| [in] | _doc | Pointer to a DocExpression object. |
| int | 0 if input (X)Query has been parsed correctly, 1 otherwise. |
Definition at line 132131 of file query_parser.y.
Referenced by Executor::parseQuery().
Parsed (X)Query input query.
1.5.9