Skip to content
Snippets Groups Projects
Commit f1a0dcf6 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

doc: fix broken link

parent 85d4b9e1
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -56,7 +56,7 @@ cargo doc --open
### SQL frontend
We use a custom [PEG](src/frontend/sql/grammar.pest) for the `pest` parser generator to compile an SQL query and a `vshard` cluster schema into the planner's intermediate representation (IR).
We use a custom [PEG](sbroad-core/src/frontend/sql/query.pest) for the `pest` parser generator to compile an SQL query and a `vshard` cluster schema into the planner's intermediate representation (IR).
The SQL query passes three main steps:
- the parse tree (PT) iterator, which is produced by the `pest` parser generated for our grammar.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment