Module datafusion::physical_plan::explain
source · [−]Expand description
Defines the EXPLAIN operator
Structs
Explain execution plan operator. This operator contains the string
values of the various plans it has when it is created, and passes
them to its output.