Module analyze

Module analyze 

Source
Expand description

Defines the ANALYZE operator

Structs§

AnalyzeExec
EXPLAIN ANALYZE execution plan operator. This operator runs its input, discards the results, and then prints out an annotated plan with metrics

Functions§

create_output_batch 🔒
Creates the output of AnalyzeExec as a RecordBatch