Skip to content
#

query-engine

Here are 66 public repositories matching this topic...

martint
martint commented Aug 6, 2020
SELECT custkey, sum(totalprice)
FROM orders
GROUP BY custkey
ORDER BY 2 DESC

EXPLAIN

                                      Query Plan
---------------------------------------------------------------------------------------
 Fragment 0 [SINGLE]
     Output layout: [custkey, sum]
     Output partitioning: SINGLE []
     Stage Execution Strategy: UNGROUPED_EXECUTION

Improve this page

Add a description, image, and links to the query-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the query-engine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.