Module analyze

Source
Expand description

Customized ANALYZE plan that aware of MergeScanExec.

The code skeleton is taken from datafusion/physical-plan/src/analyze.rs

Structsยง

AnalyzeOutputBuilder ๐Ÿ”’
Build the result [DfRecordBatch] of ANALYZE
DistAnalyzeExec
JsonMetrics ๐Ÿ”’

Constantsยง

NODE ๐Ÿ”’
PLAN ๐Ÿ”’
STAGE ๐Ÿ”’

Functionsยง

create_output_batch ๐Ÿ”’
Creates the output of AnalyzeExec as a RecordBatch
metrics_to_string ๐Ÿ”’