TranslateResolverQl
Compile a ResolverQL expression into a structured public Query. Unlike
ResolveQuery, it does not evaluate the query against the catalog. A
syntactically invalid or uncompilable expression fails with
INVALID_ARGUMENT.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
ResolverQL expression to compile, for example with_type("TABLE").
1Response
Success
The compiled structured query. Pass it verbatim to any public API that
accepts a synq.queries.v1.Query (for example a folder browse filter),
or to ResolveQuery.query to evaluate it.
The compiled query rendered back to canonical ResolverQL. Empty when the query has no ResolverQL representation (legacy / deprecated operands).