Skip to content

Commit

Permalink
[SPARK-50309][DOCS] Document SQL Pipe Syntax
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR adds documentation for SQL pipe syntax.

### Why are the changes needed?

It provides a reference table of available operators and describes how the syntax works in each of the supported circumstances.

### Does this PR introduce _any_ user-facing change?

No, this is a documentation-only change.

### How was this patch tested?

N/A

### Was this patch authored or co-authored using generative AI tooling?

No

Closes #48852 from dtenedor/pipe-syntax-docs.

Authored-by: Daniel Tenedorio <[email protected]>
Signed-off-by: Gengliang Wang <[email protected]>
  • Loading branch information
dtenedor authored and gengliangwang committed Nov 15, 2024
1 parent 007c31d commit 281a8e1
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_data/menu-sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,7 @@
url: sql-ref-syntax.html#data-retrieval-statements
- text: Auxiliary Statements
url: sql-ref-syntax.html#auxiliary-statements
- text: Pipe Syntax
url: sql-pipe-syntax.html
- text: Error Conditions
url: sql-error-conditions.html
Loading

0 comments on commit 281a8e1

Please sign in to comment.