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
Tracking issue for replacing the sprout-generated AST with the hand-written AST. The following will need to be completed to mark this issue as completed:
Tracking issue for replacing the sprout-generated AST with the hand-written AST. The following will need to be completed to mark this issue as completed:
SqlDialect
- [v1] Port SqlDialect to v1 AST #1638v1
from AST package path #1639.valueOf
and.values
methods for AST enums - [v1] Add .valueOf and .values methods for enums #1628.name
method to AST enum interface - [v1] Add name method to AstEnum #1630.codes() -> int[]
,.names() -> strings[]
,code(string) -> int
,name(int) -> string
methods forAstEnum
sOut of scope for this issue (will be addressed in subsequent PRs)
PartiQLValue
[V1] Remove PartiQLValue from the AST #1589The text was updated successfully, but these errors were encountered: