Skip to content

Commit

Permalink
Documentation Proposal for Nested Function in WHERE Clause (#1640)
Browse files Browse the repository at this point in the history
* Adding documentation for nested function use in WHERE clause.

Signed-off-by: forestmvey <forestv@bitquilltech.com>

* Revising sections based on PR feedback.

Signed-off-by: forestmvey <forestv@bitquilltech.com>

* Adding link for flattening details and filling in section with normalization strategy.

Signed-off-by: forestmvey <forestv@bitquilltech.com>

---------

Signed-off-by: forestmvey <forestv@bitquilltech.com>
(cherry picked from commit 93c7a5f)
  • Loading branch information
forestmvey authored and github-actions[bot] committed May 30, 2023
1 parent c04dfb6 commit 2313857
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
+ **SQL**
+ [Aggregate Window Function](sql-aggregate-window-function.md): aggregate window function support
+ [Nested Function In Select Clause](sql-nested-function-select-clause.md): Nested function support in sql select clause
+ [Nested Function In Where Clause](sql-nested-function-where-clause.md): Nested function support in sql where clause
+ **Piped Processing Language**

### Query Processing
Expand Down
Loading

0 comments on commit 2313857

Please sign in to comment.