Skip to content

Commit

Permalink
add explain command usage examples to readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Kacper Trochimiak <[email protected]>
  • Loading branch information
kt-eliatra committed Sep 26, 2024
1 parent f8e0601 commit 1236265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ppl-spark-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ See the next samples of PPL queries :
**Describe**
- `describe table` This command is equal to the `DESCRIBE EXTENDED table` SQL command

**Explain**
- `explain | source = table | where a = 1 | fields a,b,c`
- `explain | describe table`

**Fields**
- `source = table`
- `source = table | fields a,b,c`
Expand Down

0 comments on commit 1236265

Please sign in to comment.