Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: guo-shaoge <shaoge1994@163.com>
  • Loading branch information
guo-shaoge committed Jun 15, 2021
1 parent 5b12846 commit 4183bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/2021-04-18-common-table-expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ When the last user calls Close(), the `Storage` will really be closed.
In parsing phase, definition of CTE will be parsed as a subtree of the outermost select stmt.

#### Logical Plan
The parsing phase will generate an AST tree, which will be used to generate `LogicalCTE`. This stage will complete the following steps:
The parsing phase will generate an AST, which will be used to generate `LogicalCTE`. This stage will complete the following steps:
1. Distinguish between seed part and recursive part of the definition of CTE. And build logical plans for them.
2. Do some validation checks.

Expand Down

0 comments on commit 4183bb3

Please sign in to comment.