Skip to content

Commit 93c7a5f

Browse files
authored
Documentation Proposal for Nested Function in WHERE Clause (#1640)
* Adding documentation for nested function use in WHERE clause. Signed-off-by: forestmvey <[email protected]> * Revising sections based on PR feedback. Signed-off-by: forestmvey <[email protected]> * Adding link for flattening details and filling in section with normalization strategy. Signed-off-by: forestmvey <[email protected]> --------- Signed-off-by: forestmvey <[email protected]>
1 parent 9824b1c commit 93c7a5f

File tree

2 files changed

+393
-0
lines changed

2 files changed

+393
-0
lines changed

Diff for: docs/dev/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
+ **SQL**
3737
+ [Aggregate Window Function](sql-aggregate-window-function.md): aggregate window function support
3838
+ [Nested Function In Select Clause](sql-nested-function-select-clause.md): Nested function support in sql select clause
39+
+ [Nested Function In Where Clause](sql-nested-function-where-clause.md): Nested function support in sql where clause
3940
+ **Piped Processing Language**
4041

4142
### Query Processing

0 commit comments

Comments
 (0)