You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ DashQL is a library for creating and analyzing a compact version of the PostgreS
15
15
It builds around a Bison parser that materializes AST Nodes into a single Flatbuffer vector.
16
16
It can be compiled to WebAssembly and has been originally built for lightweight SQL instrumentation, running on every user keystroke in DashQL.
17
17
18
-
_Each AST node is packed into [24 bytes](https://github.com/ankoh/dashql/blob/b38e952afcd3367c91ea18f068ed58183dc59683/proto/dashql/parsed_script.fbs#L355-L361) and references matched substrings in the original script text.
18
+
_Each AST node is packed into [24 bytes](https://github.com/ankoh/dashql/blob/b95b3f0959f3a17db8378e79d0adb2fa29925a93/proto/fb/dashql/parsed_script.fbs#L357-L364) and references matched substrings in the original script text.
19
19
This encoding is compact and efficient for simple passes, but is not directly suited for a full semantic analysis._
0 commit comments