From 12362653b18f94bf2e0d994cd12ced06762b3823 Mon Sep 17 00:00:00 2001 From: Kacper Trochimiak Date: Tue, 24 Sep 2024 10:16:58 +0200 Subject: [PATCH] add explain command usage examples to readme.md Signed-off-by: Kacper Trochimiak --- ppl-spark-integration/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ppl-spark-integration/README.md b/ppl-spark-integration/README.md index d0ef05fce..ad11f96d5 100644 --- a/ppl-spark-integration/README.md +++ b/ppl-spark-integration/README.md @@ -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`