fn create_output_batch( total_rows: usize, input: Arc<dyn ExecutionPlan>, schema: SchemaRef, format: AnalyzeFormat, verbose: bool, ) -> Result<DfRecordBatch>
Creates the output of AnalyzeExec as a RecordBatch