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
schildren
function to different signaturepublic List<AstNode> getChildren()
- [v1] Refactor AstNode getChildren() method; change tag to be mutable int #1674AstNode
'sgetChildren
. E.g. inRelBase
--partiql-lang-kotlin/partiql-plan/src/main/java/org/partiql/plan/rel/RelBase.java
Lines 50 to 57 in 158b814
UNKNOWN
AST enum variant - [v1] Remove UNKNOWN AST enum variant #1688Out 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: