fn create_output_batch(
verbose: bool,
show_statistics: bool,
total_rows: usize,
duration: Duration,
input: Arc<dyn ExecutionPlan>,
schema: SchemaRef,
metric_types: &[MetricType],
) -> Result<RecordBatch>Expand description
Creates the output of AnalyzeExec as a RecordBatch