Expand description
Customized ANALYZE plan that aware of MergeScanExec.
The code skeleton is taken from datafusion/physical-plan/src/analyze.rs
StructsΒ§
- Analyze
Output πBuilder - Build the result [
DfRecordBatch] ofANALYZE - Dist
Analyze Exec - Json
Metrics π
ConstantsΒ§
FunctionsΒ§
- analyze_
plan_ metrics_ to_ json_ value - Returns verbose analyze metrics as JSON values using the same
JsonMetricsshape asEXPLAIN ANALYZE VERBOSE FORMAT JSON. - create_
output_ πbatch - Creates the output of AnalyzeExec as a RecordBatch
- dist_
analyze_ output_ schema - Fixed output schema of
DistAnalyzeExec, forDescribehandlers: execution rewrites the plan inoptimize_physical_plan, so this schema differs from the logicalAnalyzeplanβs. - metrics_
to_ πstring