A request to translate an LQL query string to its structured representation.
The language code is used to generate localized error messages while parsing the
LQL string.
Response containing structured representation for the given LQL query.
A request to translate an LQL filter string to its structured representation.
The language code is used to generate localized error messages while parsing the
LQL string.
Response containing structured representation for the given LQL filter.
A request to validate an LQL query AST.
The language code is used to generate localized error messages while parsing the
LQL string.
Response indicating if the input AST is valid (type-checked).
A request to validate an LQL filter AST.
The language code is used to generate localized error messages while parsing the
LQL string.
Response indicating if the input AST is valid (type-checked).
Indicate whether there was an lql parsing/validation error.
A request to convert LQL AST to string.
The language code is used to generate localized error messages while parsing the
LQL string.
String representation of the LQL AST.
Request for all Metrics in a Semantic Entity, in AST form.Response containing all Metrics in a Semantic Entity, in AST form.A web service for parsing LQL queries/filters.