Skip to content

Commit

Permalink
[v1] Adds AstVisitor and AstRewriter; port partiql-ast normalization …
Browse files Browse the repository at this point in the history
…passes to partiql-planner (#1629)
  • Loading branch information
alancai98 authored Oct 31, 2024
1 parent f0569bd commit 47de56f
Show file tree
Hide file tree
Showing 26 changed files with 2,102 additions and 446 deletions.
371 changes: 266 additions & 105 deletions partiql-ast/api/partiql-ast.api

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion partiql-ast/src/main/java/org/partiql/ast/v1/Ast.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import org.partiql.ast.v1.graph.GraphSelector
import org.partiql.value.PartiQLValue
import org.partiql.value.PartiQLValueExperimental

// TODO docs for all factory methods
// TODO docs for all factory methods and move to Kotlin sources
public object Ast {
// Expr
@JvmStatic
Expand Down
Loading

0 comments on commit 47de56f

Please sign in to comment.