Expand description
Query language detection and dispatch.
Enums§
- Query
Language - Which query language the input is written in.
Functions§
- parse
- Parse a query string in the given language into a
GqlQueryAST. - parse_
auto - Auto-detect language and parse (
SELECT→ SPARQL,MATCH→ GQL, fallback → GQL).