Query Plan

A single step in a query execution plan. Each Query Plan Node takes in an input table and generates an output table. At runtime, the Batch Planner will examine the plan and determine which of its Plan Fragments need to execute on which partitions. The PartitionExecutor will not schedule a Query Plan Node for execution until the node that generates its input has completed.

Glossary Term Usage