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